]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: m41t80: correct kerneldoc function names
authorYang Yingliang <yangyingliang@huawei.com>
Mon, 17 May 2021 11:06:41 +0000 (19:06 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 20 Jun 2021 20:19:46 +0000 (22:19 +0200)
commit939be869bbacc70837545f155af05a749276260c
tree6b36dd5ca19fcf734b652e82ab4f05bd04a38d2a
parent2f0029eeb5bc6c3d5af91b4c5e2b4c4eb8bc7871
rtc: m41t80: correct kerneldoc function names

Fix the following make W=1 kernel build warnings:

  drivers/rtc/rtc-m41t80.c:811: warning: expecting prototype for wdt_close(). Prototype was for wdt_release() instead
  drivers/rtc/rtc-m41t80.c:830: warning: expecting prototype for notify_sys(). Prototype was for wdt_notify_sys() instead

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210517110641.473386-1-yangyingliang@huawei.com
drivers/rtc/rtc-m41t80.c