diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /miscutils/hdparm.c | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 4 |
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 */ |