diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-16 22:32:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-16 22:32:04 +0000 |
commit | ac678ec2f127fc02a93fff2c164e0b13a94a6abf (patch) | |
tree | f1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 /miscutils/hdparm.c | |
parent | 17e3c34aa7abe42aa604234235338e2b8087b8a0 (diff) | |
download | busybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.tar.gz busybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.tar.bz2 busybox-w32-ac678ec2f127fc02a93fff2c164e0b13a94a6abf.zip |
style fixes, no code changes
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r-- | miscutils/hdparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index cc33a010a..c540ff93c 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -517,7 +517,8 @@ static uint8_t mode_loop(uint16_t mode_sup, uint16_t mode_sel, int cc, uint8_t * | |||
517 | return err_dma; | 517 | return err_dma; |
518 | } | 518 | } |
519 | 519 | ||
520 | static void print_ascii(uint16_t *p, uint8_t length) { | 520 | static void print_ascii(uint16_t *p, uint8_t length) |
521 | { | ||
521 | uint8_t ii; | 522 | uint8_t ii; |
522 | char cl; | 523 | char cl; |
523 | 524 | ||