提交 e56e0b7d 编写于 作者: J Jesper Juhl 提交者: Jiri Kosina

SCSI, qla2xxx: remove redundant semicolon

One ';' at the end of the return statement is enough.
Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Acked-by: NChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 521b8ce6
...@@ -1055,7 +1055,7 @@ ql82xx_rom_lock_d(struct qla_hw_data *ha) ...@@ -1055,7 +1055,7 @@ ql82xx_rom_lock_d(struct qla_hw_data *ha)
"ROM lock failed.\n"); "ROM lock failed.\n");
return -1; return -1;
} }
return 0;; return 0;
} }
static int static int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册