Commit cd6dbb03 authored by Jesper Juhl's avatar Jesper Juhl Committed by James Bottomley

[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 avatarJames Bottomley <JBottomley@Parallels.com>
parent a6f90918
......@@ -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