diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /miscutils/hdparm.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 5c91b522d..eaa61c102 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -606,7 +606,7 @@ static uint8_t mode_loop(uint16_t mode_sup, uint16_t mode_sel, int cc, uint8_t * | |||
606 | static void print_ascii(uint16_t *p, uint8_t length) { | 606 | static void print_ascii(uint16_t *p, uint8_t length) { |
607 | uint8_t ii; | 607 | uint8_t ii; |
608 | char cl; | 608 | char cl; |
609 | 609 | ||
610 | /* find first non-space & print it */ | 610 | /* find first non-space & print it */ |
611 | for(ii = 0; ii< length; ii++) | 611 | for(ii = 0; ii< length; ii++) |
612 | { | 612 | { |
@@ -1080,7 +1080,7 @@ static void identify (uint16_t *id_supplied, const char *devname) | |||
1080 | if_printf(((dev == ATAPI_DEV) && (eqpt != CDROM) && (val[CAPAB_0] & DMA_IL_SUP)), | 1080 | if_printf(((dev == ATAPI_DEV) && (eqpt != CDROM) && (val[CAPAB_0] & DMA_IL_SUP)), |
1081 | "\t Interleaved DMA support\n"); | 1081 | "\t Interleaved DMA support\n"); |
1082 | 1082 | ||
1083 | if((val[WHATS_VALID] & OK_W64_70) && | 1083 | if((val[WHATS_VALID] & OK_W64_70) && |
1084 | (val[DMA_TIME_MIN] || val[DMA_TIME_NORM])) | 1084 | (val[DMA_TIME_MIN] || val[DMA_TIME_NORM])) |
1085 | { | 1085 | { |
1086 | printf("\t Cycle time:"); | 1086 | printf("\t Cycle time:"); |
@@ -1241,7 +1241,7 @@ static int do_ctimings, do_timings = 0; | |||
1241 | static unsigned long set_readahead= 0, get_readahead= 0, bbreadahead= 0; | 1241 | static unsigned long set_readahead= 0, get_readahead= 0, bbreadahead= 0; |
1242 | static unsigned long set_readonly = 0, get_readonly = 0, readonly = 0; | 1242 | static unsigned long set_readonly = 0, get_readonly = 0, readonly = 0; |
1243 | static unsigned long set_unmask = 0, get_unmask = 0, unmask = 0; | 1243 | static unsigned long set_unmask = 0, get_unmask = 0, unmask = 0; |
1244 | static unsigned long set_mult = 0, get_mult = 0, mult = 0; | 1244 | static unsigned long set_mult = 0, get_mult = 0, mult = 0; |
1245 | #ifdef CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA | 1245 | #ifdef CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA |
1246 | static unsigned long set_dma = 0, get_dma = 0, dma = 0; | 1246 | static unsigned long set_dma = 0, get_dma = 0, dma = 0; |
1247 | #endif | 1247 | #endif |