Skip to content

Commit

Permalink
Remove trailing whitespaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Lichvar <[email protected]>
  • Loading branch information
mlichvar authored and richardcochran committed Feb 6, 2013
1 parent f0a86e7 commit 9e7517a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hwstamp_ctl.8
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ is a program used to set the hardware time stamping policy at the network
driver level with the
.B SIOCSHWTSTAMP
.BR ioctl (2).
The
The
.I tx-type
and
.I rx-filter
Expand Down
4 changes: 2 additions & 2 deletions phc2sys.8
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ should be already close to the correct time before
is started or the
.B \-s
option should be used too. This option can be used only with the system clock as
the slave clock.
the slave clock.
.TP
.BI \-s " phc-device"
Specify the master clock by device (e.g. /dev/ptp0) or name (e.g. CLOCK_REALTIME
Expand All @@ -75,7 +75,7 @@ seconds, which cannot be fixed with PPS alone.
.BI \-i " interface"
Similar to the
.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
.BI \-c " phc-device"
Specify the slave clock by device (e.g. /dev/ptp1) or name. The default is
Expand Down
2 changes: 1 addition & 1 deletion phc2sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int do_pps_loop(struct clock *clock, int fd,
if (!read_phc(src, clock->clkid, n_readings,
&phc_offset, &phc_ts))
return -1;

/* Convert the time stamp to the PHC time. */
phc_ts -= phc_offset;

Expand Down

0 comments on commit 9e7517a

Please sign in to comment.