commit | 8a60a07129fad60bba779a2a4038c7518b167fc7 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Sun Jul 31 13:13:24 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Jul 31 13:13:24 2005 -0400 |
tree | 3bec0fea8b4c98c51d8865d5144068420f0fd09f | |
parent | 541134cfe7af179f45458b68421ee1da7bab9cba [diff] [blame] |
libata: trim trailing whitespace. Also, fixup a tabs-to-spaces block of code in ata_piix.
diff --git a/include/linux/libata.h b/include/linux/libata.h index 6cd9ba6..85b0aae 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h
@@ -644,7 +644,7 @@ ap->ops->scr_write(ap, reg, val); } -static inline void scr_write_flush(struct ata_port *ap, unsigned int reg, +static inline void scr_write_flush(struct ata_port *ap, unsigned int reg, u32 val) { ap->ops->scr_write(ap, reg, val);