projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749c226
)
scsi: bnx2fc: Remove unneeded semicolon
author
Tom Rix
<trix@redhat.com>
Sun, 1 Nov 2020 14:38:12 +0000
(06:38 -0800)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 5 Nov 2020 03:04:33 +0000
(22:04 -0500)
A semicolon is not needed after a switch statement.
Link:
https://lore.kernel.org/r/20201101143812.2283642-1-trix@redhat.com
Reviewed-by: Saurav Kashyap <skashyap@marvell.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 6890bbe04a8c14d431b0cfb4990067c43e01060f..a436adb6092d519c6d225bacbc1cc1987bc82de7 100644
(file)
--- a/
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/
drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@
-2275,7
+2275,7
@@
static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev)
case FCOE_CTLR_UNUSED:
default:
return -ENOTSUPP;
- }
;
+ }
}
enum bnx2fc_create_link_state {