Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <[email protected]> --- drivers/scsi/scsi.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index 73cb83548eb..51cacf34792 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -345,7 +345,6 @@ static int scsi_read_capacity(struct udevice *dev, struct
scsi_cmd *pccb,
return 0;
}
-
/*
* Some setup (fill-in) routines
*/
--
2.43.0

