]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rtc: remove a warning during scripts/kernel-doc step
authorMathieu Malaterre <malat@debian.org>
Thu, 1 Feb 2018 16:47:14 +0000 (17:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 27 Mar 2018 08:45:05 +0000 (10:45 +0200)
During compilation using W=1 one would get:

drivers/rtc/systohc.c:11: info: Scanning doc for rtc_set_ntp_time
drivers/rtc/systohc.c:23: warning: bad line:  (

Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/systohc.c

index 0c177647ea6c71c00d5df725beea9b83c7e4e79e..718293d7242630b409d797cab864f734694006f6 100644 (file)
@@ -20,7 +20,7 @@
  * cases.
  *
  * -EPROTO is returned if now.tv_nsec is not close enough to *target_nsec.
- (
+ *
  * If temporary failure is indicated the caller should try again 'soon'
  */
 int rtc_set_ntp_time(struct timespec64 now, unsigned long *target_nsec)