summaryrefslogtreecommitdiffstats
path: root/ax25ipd/io.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:04 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:04 +0000
commit561fa5359c69c006cf09827d2eb97daa6527b95f (patch)
tree18e2512105251c6f4d5161cfc3e73a743c1762aa /ax25ipd/io.c
parentebc40965fcaaf6f6e5e3f709c5e6a0f5eadf27c4 (diff)
Fix warnings about // style comment. And remove some of the most
pointless comments.
Diffstat (limited to 'ax25ipd/io.c')
-rw-r--r--ax25ipd/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c
index 2eeb0ea..2e3ec07 100644
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -366,7 +366,7 @@ void io_start() {
if (!ttyfd_bpq) {
assemble_kiss(buf, n);
} else {
- // no crc on bpqether. but a MAC header
+ /* no crc but MAC header on bpqether */
if (receive_bpq(buf, n) < 0) {
goto out_ttyfd;
}