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

Commit 7314203b authored by Wayne Porter's avatar Wayne Porter Committed by Greg Kroah-Hartman
Browse files

staging: rts5208: rtsx_scsi.h: Long lines



Aligning with parenthesis causes lines to go too long, so the
parenthesis are on a new line

Signed-off-by: default avatarWayne Porter <wporter82@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d264ceb7
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -973,7 +973,8 @@ static int read_write(struct scsi_cmnd *srb, struct rtsx_chip *chip)
		} else {
			chip->rw_fail_cnt[lun]++;
			if (srb->sc_data_direction == DMA_FROM_DEVICE)
				set_sense_type(chip, lun,
				set_sense_type
					(chip, lun,
					 SENSE_TYPE_MEDIA_UNRECOVER_READ_ERR);
			else
				set_sense_type(chip, lun,
@@ -1981,7 +1982,8 @@ static int read_phy_register(struct scsi_cmnd *srb, struct rtsx_chip *chip)
			retval = rtsx_read_phy_register(chip, addr + i, &val);
			if (retval != STATUS_SUCCESS) {
				vfree(buf);
				set_sense_type(chip, SCSI_LUN(srb),
				set_sense_type
					(chip, SCSI_LUN(srb),
					 SENSE_TYPE_MEDIA_UNRECOVER_READ_ERR);
				rtsx_trace(chip);
				return TRANSPORT_FAILED;