Remove trailing whitespaces.

Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
master
Miroslav Lichvar 2013-02-05 17:36:12 +01:00 committed by Richard Cochran
parent f0a86e7d8f
commit 9e7517a31a
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ is a program used to set the hardware time stamping policy at the network
driver level with the driver level with the
.B SIOCSHWTSTAMP .B SIOCSHWTSTAMP
.BR ioctl (2). .BR ioctl (2).
The The
.I tx-type .I tx-type
and and
.I rx-filter .I rx-filter

View File

@ -63,7 +63,7 @@ should be already close to the correct time before
is started or the is started or the
.B \-s .B \-s
option should be used too. This option can be used only with the system clock as option should be used too. This option can be used only with the system clock as
the slave clock. the slave clock.
.TP .TP
.BI \-s " phc-device" .BI \-s " phc-device"
Specify the master clock by device (e.g. /dev/ptp0) or name (e.g. CLOCK_REALTIME Specify the master clock by device (e.g. /dev/ptp0) or name (e.g. CLOCK_REALTIME
@ -75,7 +75,7 @@ seconds, which cannot be fixed with PPS alone.
.BI \-i " interface" .BI \-i " interface"
Similar to the Similar to the
.B \-s .B \-s
option, but specified by the interface which provides the master clock. option, but specified by the interface which provides the master clock.
.TP .TP
.BI \-c " phc-device" .BI \-c " phc-device"
Specify the slave clock by device (e.g. /dev/ptp1) or name. The default is Specify the slave clock by device (e.g. /dev/ptp1) or name. The default is

View File

@ -220,7 +220,7 @@ static int do_pps_loop(struct clock *clock, int fd,
if (!read_phc(src, clock->clkid, n_readings, if (!read_phc(src, clock->clkid, n_readings,
&phc_offset, &phc_ts)) &phc_offset, &phc_ts))
return -1; return -1;
/* Convert the time stamp to the PHC time. */ /* Convert the time stamp to the PHC time. */
phc_ts -= phc_offset; phc_ts -= phc_offset;