Commit e56e0b7d authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina

SCSI, qla2xxx: remove redundant semicolon

One ';' at the end of the return statement is enough.
Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 521b8ce6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment