SCSI, qla2xxx: remove redundant semicolon
authorJesper Juhl <jj@chaosbits.net>
Sun, 20 Nov 2011 21:34:15 +0000 (22:34 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 22 Nov 2011 21:59:05 +0000 (22:59 +0100)
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: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/qla2xxx/qla_nx.c

index 94bded5ddce4fe2f958dcdb8387c471eeaf790cf..b9b3e5a38ae31aef4c2339e18f9a9bfa612ffb0d 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