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

Comment spelling fixes and whitespace adjustment.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Krzysztof Halasa 2009-11-11 00:55:27 +01:00 committed by Jiri Kosina
parent e281d75e21
commit 972b94ffb9
1 changed files with 3 additions and 3 deletions

View File

@ -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 * 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) { if (rw == READ) {
ioread16_rep(data_addr, pad, 1); 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 * 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 (rw == READ) {
if (slop < 3) if (slop < 3)