summaryrefslogtreecommitdiffstats
path: root/listen/ax25dump.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 /listen/ax25dump.c
parent3ba8bfeddb7af74a874661bc0289415d35b1d407 (diff)
Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'listen/ax25dump.c')
-rw-r--r--listen/ax25dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/ax25dump.c b/listen/ax25dump.c
index 5a870b7..6342dd4 100644
--- a/listen/ax25dump.c
+++ b/listen/ax25dump.c
@@ -297,7 +297,7 @@ void ax25_dump(unsigned char *data, int length, int hexdump)
lprintf(T_AXHDR, "\n");
} else if ((type == SABM || type == UA) && length >= 2) {
/* FlexNet transmits the QSO "handle" for header
- * compression in SABM and UA frame data fields
+ * compression in SABM and UA frame data fields
*/
lprintf(T_AXHDR, " [%d]%s ", (data[0] << 8) | data[1],
dama);