[SCSI] qla2xxx: remove redundant semicolon
authorJesper Juhl <jj@chaosbits.net>
Sun, 20 Nov 2011 21:34:15 +0000 (22:34 +0100)
committerJames 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

index 1c927ac..1cd46cd 100644 (file)
@@ -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