Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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