]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: sysfs: Correct kerneldoc function name hctosys_show()
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 17 May 2021 04:59:01 +0000 (12:59 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 20 Jun 2021 20:18:05 +0000 (22:18 +0200)
commitb4e9bd51a7ed63cf8c12c2eed701aa712fb00332
treef4abd21745eafbd14f7e4bf4b5c4c0433a6b21d4
parentfd59fbf1b0e5a3335e3ac17d0939ca4579a91fe1
rtc: sysfs: Correct kerneldoc function name hctosys_show()

Fix the following make W=1 kernel build warning:

  drivers/rtc/sysfs.c:115: warning: expecting prototype for rtc_sysfs_show_hctosys(). Prototype was for hctosys_show() instead

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210517045901.3461800-1-yangyingliang@huawei.com
drivers/rtc/sysfs.c