diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-31 04:02:15 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-31 04:02:15 (GMT) |
commit | 9bec2e38527a9f2497b3d976715c672d08d6160d (patch) | |
tree | b081189d1beca3a81ade7209c131977cd8f23f3b /include/linux/ata.h | |
parent | b01e86fee6c821e4e003fd4e9f65453ac478a58e (diff) | |
download | linux-fsl-qoriq-9bec2e38527a9f2497b3d976715c672d08d6160d.tar.xz |
[libata] Trim trailing whitespace.
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r-- | include/linux/ata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h index 991b858..d894419 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -320,8 +320,8 @@ static inline unsigned int ata_id_major_version(const u16 *id) static inline int ata_id_current_chs_valid(const u16 *id) { - /* For ATA-1 devices, if the INITIALIZE DEVICE PARAMETERS command - has not been issued to the device then the values of + /* For ATA-1 devices, if the INITIALIZE DEVICE PARAMETERS command + has not been issued to the device then the values of id[54] to id[56] are vendor specific. */ return (id[53] & 0x01) && /* Current translation valid */ id[54] && /* cylinders in current translation */ |