]> git.baikalelectronics.ru Git - kernel.git/commit
timekeeping: Remove static functions from kernel-doc markup
authorAlex Shi <alex.shi@linux.alibaba.com>
Fri, 13 Nov 2020 07:24:33 +0000 (15:24 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 15 Nov 2020 22:47:23 +0000 (23:47 +0100)
commit5a51119b763492e781f8644a91fc001a31d14928
treec0ea5bddb0fe217600f34baffb85e5f99b5efa58
parentbd7528e8bf329e8d0a3ee7001c4253dc174ae2ce
timekeeping: Remove static functions from kernel-doc markup

Various static functions in the timekeeping code have function comments
which pretend to be kernel-doc, but are incomplete and trigger parser
warnings.

As these functions are local to the timekeeping core code there is no need
to expose them via kernel-doc.

Remove the double star kernel-doc marker and remove excess newlines.

[ tglx: Massaged changelog and removed excess newlines ]

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-4-git-send-email-alex.shi@linux.alibaba.com
kernel/time/timekeeping.c