Эх сурвалжийг харах

[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 жил өмнө
parent
commit
cd6dbb038a

+ 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");
 		    "ROM lock failed.\n");
 		return -1;
 		return -1;
 	}
 	}
-	return 0;;
+	return 0;
 }
 }
 
 
 static int
 static int