From 561fa5359c69c006cf09827d2eb97daa6527b95f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 23 Jan 2007 13:40:04 +0000 Subject: Fix warnings about // style comment. And remove some of the most pointless comments. --- ax25ipd/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25ipd/io.c') 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; } -- cgit v1.2.3