summaryrefslogtreecommitdiffstats
path: root/ax25rtd/listener.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:57:41 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:05 +0200
commit904e050aa0f4250adc7b7f8125000ef26715abef (patch)
treef38147b4719f02e54c53a0ad311c3715b2cf0057 /ax25rtd/listener.c
parent3ba8bfeddb7af74a874661bc0289415d35b1d407 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25rtd/listener.c')
-rw-r--r--ax25rtd/listener.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ax25rtd/listener.c b/ax25rtd/listener.c
index 27353e9..c3814a1 100644
--- a/ax25rtd/listener.c
+++ b/ax25rtd/listener.c
@@ -164,7 +164,7 @@ int set_arp(config * config, long ip, ax25_address * call)
return 0;
}
-/* dl9sau: use iproute2 for advanced routing.
+/* dl9sau: use iproute2 for advanced routing.
* Anyone likes to implement this directly, without system()?
*/
#define RT_DEL 0
@@ -180,7 +180,7 @@ int iproute2(long ip, char *dev, int what)
(int) ((ip & 0x0000FF00) >> 8),
(int) ((ip & 0x00FF0000) >> 16),
(int) ((ip & 0xFF000000) >> 24));
-
+
/* ip rule add table 44 */
sprintf(buffer, "/sbin/ip route %s %s dev %s table %s proto ax25rtd", (what ? "add" : "del"), ipa, dev, iproute2_table);
@@ -413,7 +413,7 @@ void ax25_receive(int sock)
data = buf;
- /*
+ /*
* KISS data?
*/
@@ -451,7 +451,7 @@ void ax25_receive(int sock)
srccall.ax25_call[6] &= 0x1e;
SKIP(ALEN);
- /*
+ /*
* How long is our control field?
*/
@@ -492,7 +492,7 @@ void ax25_receive(int sock)
ctl &= ~LAPB_PF;
}
- /*
+ /*
* Check if info frame and get PID
*/