Forráskód Böngészése

[SCSI] qla2xxx: remove redundant semicolon

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>
Jesper Juhl 13 éve
szülő
commit
cd6dbb038a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      drivers/scsi/qla2xxx/qla_nx.c

+ 1 - 1
drivers/scsi/qla2xxx/qla_nx.c

@@ -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