summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
diff options
context:
space:
mode:
authorMathieu Malaterre2018-02-01 17:47:14 +0100
committerAlexandre Belloni2018-03-27 10:45:05 +0200
commitc7d50d2b728cc29535fbc1de7cae25ab14629642 (patch)
tree984b934199dbcef35e2db80f8b46376e9696b9bc /drivers/rtc
parentrtc: 88pm860x: remove artificial limitation (diff)
downloadkernel-qcow2-linux-c7d50d2b728cc29535fbc1de7cae25ab14629642.tar.gz
kernel-qcow2-linux-c7d50d2b728cc29535fbc1de7cae25ab14629642.tar.xz
kernel-qcow2-linux-c7d50d2b728cc29535fbc1de7cae25ab14629642.zip
rtc: remove a warning during scripts/kernel-doc step
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>
Diffstat (limited to 'drivers/rtc')
-rw-r--r--drivers/rtc/systohc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/systohc.c b/drivers/rtc/systohc.c
index 0c177647ea6c..718293d72426 100644
--- a/drivers/rtc/systohc.c
+++ b/drivers/rtc/systohc.c
@@ -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)