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

Commit e9c58590 authored by Bas Peters's avatar Bas Peters Committed by Greg Kroah-Hartman
Browse files

drivers: usb: storage: cypress_atacb.c: trivial checkpatch fixes



Fixes errors thrown by checkpatch over a space issue and the
incorrect indentation of a switch statement.

Signed-off-by: default avatarBas Peters <baspeters93@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0de84696
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -132,8 +132,7 @@ static void cypress_atacb_passthrough(struct scsi_cmnd *srb, struct us_data *us)
					|| save_cmnd[11])
				goto invalid_fld;
		}
	}
	else { /* ATA12 */
	} else { /* ATA12 */
		srb->cmnd[ 6] = save_cmnd[3]; /* features */
		srb->cmnd[ 7] = save_cmnd[4]; /* sector count */
		srb->cmnd[ 8] = save_cmnd[5]; /* lba low */