]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commitb958da7919e2c325ba8c6e34c947f745e5c66cef
tree6b36dd5ca19fcf734b652e82ab4f05bd04a38d2a
parenta8fdbefd75f660b471112d7d0bf583adf78f5c34
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