summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik2006-08-31 06:02:26 +0200
committerJeff Garzik2006-08-31 06:02:26 +0200
commit481ff126e8d9be63809e7854badf815e54066eed (patch)
treec682ce7a20bf129428fc0f3cc393f9c9b39ed678 /include
parent[libata] Add a bunch of PATA drivers. (diff)
parent[libata] Trim trailing whitespace. (diff)
downloadkernel-qcow2-linux-481ff126e8d9be63809e7854badf815e54066eed.tar.gz
kernel-qcow2-linux-481ff126e8d9be63809e7854badf815e54066eed.tar.xz
kernel-qcow2-linux-481ff126e8d9be63809e7854badf815e54066eed.zip
Merge branch 'upstream' into pata-drivers
Diffstat (limited to 'include')
-rw-r--r--include/linux/ata.h4
-rw-r--r--include/linux/libata.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h
index 991b858acc30..d89441907024 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 */
diff --git a/include/linux/libata.h b/include/linux/libata.h
index a6d818148ae0..8715305f611f 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -198,7 +198,7 @@ enum {
/* host set flags */
ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */
-
+
/* various lengths of time */
ATA_TMOUT_BOOT = 30 * HZ, /* heuristic */
ATA_TMOUT_BOOT_QUICK = 7 * HZ, /* heuristic */