git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08701e
)
drivers: scsi: Remove duplicate newlines
author
Marek Vasut
<marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:40:54 +0000
(14:40 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Jul 2024 16:53:06 +0000
(10:53 -0600)
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/scsi/scsi.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi.c
b/drivers/scsi/scsi.c
index
73cb835
..
51cacf3
100644
(file)
--- 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
*/