You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ntp: Fix a stale comment and a few stray newlines.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: John Stultz <john.stultz@linaro.org>
This commit is contained in:
committed by
John Stultz
parent
dd48d708ff
commit
cd5398bed9
+2
-4
@@ -473,8 +473,6 @@ int second_overflow(unsigned long secs)
|
|||||||
<< NTP_SCALE_SHIFT;
|
<< NTP_SCALE_SHIFT;
|
||||||
time_adjust = 0;
|
time_adjust = 0;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
out:
|
out:
|
||||||
spin_unlock_irqrestore(&ntp_lock, flags);
|
spin_unlock_irqrestore(&ntp_lock, flags);
|
||||||
|
|
||||||
@@ -559,10 +557,10 @@ static inline void process_adj_status(struct timex *txc, struct timespec *ts)
|
|||||||
/* only set allowed bits */
|
/* only set allowed bits */
|
||||||
time_status &= STA_RONLY;
|
time_status &= STA_RONLY;
|
||||||
time_status |= txc->status & ~STA_RONLY;
|
time_status |= txc->status & ~STA_RONLY;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called with the xtime lock held, so we can access and modify
|
* Called with ntp_lock held, so we can access and modify
|
||||||
* all the global NTP state:
|
* all the global NTP state:
|
||||||
*/
|
*/
|
||||||
static inline void process_adjtimex_modes(struct timex *txc, struct timespec *ts)
|
static inline void process_adjtimex_modes(struct timex *txc, struct timespec *ts)
|
||||||
|
|||||||
Reference in New Issue
Block a user