summaryrefslogtreecommitdiff
path: root/include/linux/ata.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-08-31 00:02:26 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-31 00:02:26 -0400
commit481ff126e8d9be63809e7854badf815e54066eed (patch)
treec682ce7a20bf129428fc0f3cc393f9c9b39ed678 /include/linux/ata.h
parent669a5db411d85a14f86cd92bc16bf7ab5b8aa235 (diff)
parent9bec2e38527a9f2497b3d976715c672d08d6160d (diff)
Merge branch 'upstream' into pata-drivers
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r--include/linux/ata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h
index 991b858acc3..d8944190702 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 */