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

Commit e56e0b7d authored by Jesper Juhl's avatar Jesper Juhl Committed by Jiri Kosina
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 avatarJiri Kosina <jkosina@suse.cz>
parent 521b8ce6
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