aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-30 00:29:55 +0000
commit1be4cb859b3f084a18161e9b075560cbec2218e8 (patch)
tree7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /miscutils
parente37f68fb738d1bd2f958f8767b6990a9f9c74a97 (diff)
downloadbusybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.gz
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.tar.bz2
busybox-w32-1be4cb859b3f084a18161e9b075560cbec2218e8.zip
whitespace fixes
git-svn-id: svn://busybox.net/trunk/busybox@18703 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/hdparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 181ac5f6e..fe4c67a9a 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -39,7 +39,7 @@
39#define LENGTH_FW_REV 4 /* 4 words (8 bytes or characters) */ 39#define LENGTH_FW_REV 4 /* 4 words (8 bytes or characters) */
40#define START_MODEL 27 /* ASCII model number */ 40#define START_MODEL 27 /* ASCII model number */
41#define LENGTH_MODEL 20 /* 20 words (40 bytes or characters) */ 41#define LENGTH_MODEL 20 /* 20 words (40 bytes or characters) */
42#define SECTOR_XFER_MAX 47 /* r/w multiple: max sectors xfered */ 42#define SECTOR_XFER_MAX 47 /* r/w multiple: max sectors xfered */
43#define DWORD_IO 48 /* can do double-word IO (ATA-1 only) */ 43#define DWORD_IO 48 /* can do double-word IO (ATA-1 only) */
44#define CAPAB_0 49 /* capabilities */ 44#define CAPAB_0 49 /* capabilities */
45#define CAPAB_1 50 45#define CAPAB_1 50
@@ -48,7 +48,7 @@
48#define WHATS_VALID 53 /* what fields are valid */ 48#define WHATS_VALID 53 /* what fields are valid */
49#define LCYLS_CUR 54 /* current logical cylinders */ 49#define LCYLS_CUR 54 /* current logical cylinders */
50#define LHEADS_CUR 55 /* current logical heads */ 50#define LHEADS_CUR 55 /* current logical heads */
51#define LSECTS_CUR 56 /* current logical sectors/track */ 51#define LSECTS_CUR 56 /* current logical sectors/track */
52#define CAPACITY_LSB 57 /* current capacity in sectors */ 52#define CAPACITY_LSB 57 /* current capacity in sectors */
53#define CAPACITY_MSB 58 53#define CAPACITY_MSB 58
54#define SECTOR_XFER_CUR 59 /* r/w multiple: current sectors xfered */ 54#define SECTOR_XFER_CUR 59 /* r/w multiple: current sectors xfered */