projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f9091
)
[SCSI] qla2xxx: remove redundant semicolon
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 20 Nov 2011 21:34:15 +0000
(22:34 +0100)
committer
James Bottomley
<JBottomley@Parallels.com>
Thu, 15 Dec 2011 06:57:29 +0000
(10:57 +0400)
One ';' at the end of the return statement is enough.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_nx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_nx.c
b/drivers/scsi/qla2xxx/qla_nx.c
index 1c927acf5f08946ba4ab29bb6445dd27a94a890a..1cd46cd7ff901de408050541ce8bf8aaeef24853 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_nx.c
+++ b/
drivers/scsi/qla2xxx/qla_nx.c
@@
-1055,7
+1055,7
@@
ql82xx_rom_lock_d(struct qla_hw_data *ha)
"ROM lock failed.\n");
return -1;
}
- return 0;
;
+ return 0;
}
static int