summaryrefslogtreecommitdiff
path: root/serial.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
commita5a4102ddba7e8f873a83d08328949c64240db96 (patch)
treee6577a6ad2767aee7f3b8ee70dbf5890bc6b8cf0 /serial.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/serial.c b/serial.c
index 29f14d17..b1a3462f 100644
--- a/serial.c
+++ b/serial.c
@@ -407,7 +407,7 @@ void gpsd_set_speed(struct gps_device_t *session,
}
int gpsd_serial_open(struct gps_device_t *session)
-/* open a device for access to its data
+/* open a device for access to its data
* return: the opened file descriptor
* PLACEHOLDING_FD - for /dev/ppsX
* UNALLOCATED_FD - for open failure
@@ -419,7 +419,7 @@ int gpsd_serial_open(struct gps_device_t *session)
session->sourcetype = gpsd_classify(session->gpsdata.dev.path);
session->servicetype = service_sensor;
- /* we may need to hold on to this slot without opening the device */
+ /* we may need to hold on to this slot without opening the device */
if (source_pps == session->sourcetype) {
(void)gpsd_switch_driver(session, "PPS");
return PLACEHOLDING_FD;