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

Commit 972b94ff authored by Krzysztof Halasa's avatar Krzysztof Halasa Committed by Jiri Kosina
Browse files

drivers/ata/libata-sff.c: comment spelling fixes



Comment spelling fixes and whitespace adjustment.

Signed-off-by: default avatarKrzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent e281d75e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -736,7 +736,7 @@ unsigned int ata_sff_data_xfer(struct ata_device *dev, unsigned char *buf,

		/*
		 * Use io*16_rep() accessors here as well to avoid pointlessly
		 * swapping bytes to and fro on the big endian machines...
		 * swapping bytes to and from on the big endian machines...
		 */
		if (rw == READ) {
			ioread16_rep(data_addr, pad, 1);
@@ -795,7 +795,7 @@ unsigned int ata_sff_data_xfer32(struct ata_device *dev, unsigned char *buf,

		/*
		 * Use io*_rep() accessors here as well to avoid pointlessly
		 * swapping bytes to and fro on the big endian machines...
		 * swapping bytes to and from on the big endian machines...
		 */
		if (rw == READ) {
			if (slop < 3)