ntp: Fix a stale comment and a few stray newlines.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 27 Apr 2012 08:12:41 +0000 (10:12 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 21 May 2012 23:16:56 +0000 (16:16 -0700)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/ntp.c

index e8c8671..70b33ab 100644 (file)
@@ -473,8 +473,6 @@ int second_overflow(unsigned long secs)
                                                         << NTP_SCALE_SHIFT;
        time_adjust = 0;
 
-
-
 out:
        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 */
        time_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:
  */
 static inline void process_adjtimex_modes(struct timex *txc, struct timespec *ts)