OSDN Git Service

timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()
authorAlex Shi <alex.shi@linux.alibaba.com>
Fri, 13 Nov 2020 07:24:35 +0000 (15:24 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 15 Nov 2020 22:47:24 +0000 (23:47 +0100)
commit29efc4612ac1b888e65da408b41dafa4dd00842f
tree4afb1ebcfdaca67c4abb2ecf760bd6ea42efbd5a
parentf27f7c3f100e74a7f451a63a15788f50c52f7cce
timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()

Address the following kernel-doc markup warnings:

 kernel/time/timekeeping.c:1563: warning: Function parameter or member
 'wall_time' not described in 'read_persistent_wall_and_boot_offset'
 kernel/time/timekeeping.c:1563: warning: Function parameter or member
 'boot_offset' not described in 'read_persistent_wall_and_boot_offset'

The parameters are described but miss the leading '@' and the colon after
the parameter names.

[ tglx: Massaged changelog ]

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/1605252275-63652-6-git-send-email-alex.shi@linux.alibaba.com
kernel/time/timekeeping.c