summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
commit7c506d8dc964781e59c1b9b5d6e43fb90e83b722 (patch)
tree34d16efa720aea2c01980e972ff29ad77a3c3aed /driver_tsip.c
parent068889d5a3950b1bacdfdf1f06dd8e4cd3b3f7ea (diff)
downloadgpsd-7c506d8dc964781e59c1b9b5d6e43fb90e83b722.tar.gz
XXX -> FIX-ME: Avoids false matches with autoconf cruft.
So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 0b1bbf17..648b5f0f 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -600,7 +600,7 @@ static gps_mask_t tsip_analyze(struct gps_device_t *session)
break;
case 0x20: /* Last Fix with Extra Information (binary fixed point) */
- /* XXX CSK sez "why does my Lassen iQ output oversize packets?" */
+ /* CSK sez "why does my Lassen iQ output oversize packets?" */
if ((len != 56) && (len != 64))
break;
s1 = getbesw(buf, 2); /* east velocity */
@@ -679,7 +679,7 @@ static gps_mask_t tsip_analyze(struct gps_device_t *session)
break;
case 0x23: /* Compact Super Packet */
session->driver.tsip.req_compact = 0;
- /* XXX CSK sez "i don't trust this to not be oversized either." */
+ /* CSK sez "i don't trust this to not be oversized either." */
if (len < 29)
break;
ul1 = getbeul(buf, 1); /* time */