diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 15:57:44 +0100 |
commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 (patch) | |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 /networking/ether-wake.c | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 (diff) | |
download | busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.gz busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.tar.bz2 busybox-w32-60cb48ca50fcff24aa6c3927f51e4a508fa118f4.zip |
whitespace cleanup. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ether-wake.c')
-rw-r--r-- | networking/ether-wake.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index a73b0baea..bf09cd529 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -49,9 +49,9 @@ | |||
49 | * Copyright 1999-2003 Donald Becker and Scyld Computing Corporation. | 49 | * Copyright 1999-2003 Donald Becker and Scyld Computing Corporation. |
50 | * | 50 | * |
51 | * The author may be reached as becker@scyld, or C/O | 51 | * The author may be reached as becker@scyld, or C/O |
52 | * Scyld Computing Corporation | 52 | * Scyld Computing Corporation |
53 | * 914 Bay Ridge Road, Suite 220 | 53 | * 914 Bay Ridge Road, Suite 220 |
54 | * Annapolis MD 21403 | 54 | * Annapolis MD 21403 |
55 | * | 55 | * |
56 | * Notes: | 56 | * Notes: |
57 | * On some systems dropping root capability allows the process to be | 57 | * On some systems dropping root capability allows the process to be |
@@ -113,7 +113,7 @@ void bb_debug_dump_packet(unsigned char *outpack, int pktsize) | |||
113 | * Host name | 113 | * Host name |
114 | * IP address string | 114 | * IP address string |
115 | * MAC address string | 115 | * MAC address string |
116 | */ | 116 | */ |
117 | static void get_dest_addr(const char *hostid, struct ether_addr *eaddr) | 117 | static void get_dest_addr(const char *hostid, struct ether_addr *eaddr) |
118 | { | 118 | { |
119 | struct ether_addr *eap; | 119 | struct ether_addr *eap; |