aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-01-07 16:13:14 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-01-07 16:13:14 +0000
commit6b404431aa7adea24120894d59daeebc5cbe9727 (patch)
treef3ccda749daf6fe9f80f4ee99fbb5d1b0ed4cbb7 /miscutils/hdparm.c
parent4e9ca75281a25dcdbb3e2d2fa79108b02afa43db (diff)
downloadbusybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.tar.gz
busybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.tar.bz2
busybox-w32-6b404431aa7adea24120894d59daeebc5cbe9727.zip
ps: fix build breakage from vda's recent commit
*: whitespace fixes
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 03a30e6e9..33bff70e1 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -1155,10 +1155,10 @@ static void identify(uint16_t *val)
1155 1155
1156#if ENABLE_FEATURE_HDPARM_GET_IDENTITY 1156#if ENABLE_FEATURE_HDPARM_GET_IDENTITY
1157static const char cfg_str[] ALIGN1 = 1157static const char cfg_str[] ALIGN1 =
1158 """\0" "HardSect""\0" "SoftSect""\0" "NotMFM""\0" 1158 """\0" "HardSect""\0" "SoftSect""\0" "NotMFM""\0"
1159 "HdSw>15uSec""\0" "SpinMotCtl""\0" "Fixed""\0" "Removeable""\0" 1159 "HdSw>15uSec""\0" "SpinMotCtl""\0" "Fixed""\0" "Removeable""\0"
1160 "DTR<=5Mbs""\0" "DTR>5Mbs""\0" "DTR>10Mbs""\0" "RotSpdTol>.5%""\0" 1160 "DTR<=5Mbs""\0" "DTR>5Mbs""\0" "DTR>10Mbs""\0" "RotSpdTol>.5%""\0"
1161 "dStbOff""\0" "TrkOff""\0" "FmtGapReq""\0" "nonMagnetic" 1161 "dStbOff""\0" "TrkOff""\0" "FmtGapReq""\0" "nonMagnetic"
1162; 1162;
1163 1163
1164static const char BuffType[] ALIGN1 = 1164static const char BuffType[] ALIGN1 =