summaryrefslogtreecommitdiffstats
path: root/include/linux/ata.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2009-09-16 04:16:04 +0900
committerJeff Garzik <jgarzik@redhat.com>2009-10-06 00:25:03 -0400
commitf1bce7f80e3b400cf29787b0afa9c3042b959017 (patch)
treefa0cec132984e3cd36890c2dfedb52dd0e64df24 /include/linux/ata.h
parent4c521c8ef0e802f88f1d80352dd1b3d6a6aa1cc8 (diff)
downloadlinux-f1bce7f80e3b400cf29787b0afa9c3042b959017.tar.gz
linux-f1bce7f80e3b400cf29787b0afa9c3042b959017.tar.xz
libata: cosmetic updates
We're about to add more SATA_* and ATA_ACPI_FILTER_* constants. Reformat them in preparation. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/linux/ata.h')
-rw-r--r--include/linux/ata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ata.h b/include/linux/ata.h
index 6299a259ed19..7c5beafa972c 100644
--- a/include/linux/ata.h
+++ b/include/linux/ata.h
@@ -334,9 +334,9 @@ enum {
SETFEATURES_SATA_DISABLE = 0x90, /* Disable use of SATA feature */
/* SETFEATURE Sector counts for SATA features */
- SATA_AN = 0x05, /* Asynchronous Notification */
- SATA_DIPM = 0x03, /* Device Initiated Power Management */
- SATA_FPDMA_AA = 0x02, /* DMA Setup FIS Auto-Activate */
+ SATA_FPDMA_AA = 0x02, /* FPDMA Setup FIS Auto-Activate */
+ SATA_DIPM = 0x03, /* Device Initiated Power Management */
+ SATA_AN = 0x05, /* Asynchronous Notification */
/* feature values for SET_MAX */
ATA_SET_MAX_ADDR = 0x00,