diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-11-22 13:22:09 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-11-27 11:31:13 +0300 |
commit | e5b7d90fd09dd5db2ca91dd716e721e51c9a861f (patch) | |
tree | cd9c5eb19af52867df2a3ab5e9c9ceed0d4e50f2 /drivers/rtc | |
parent | 4ed3f1b8c4b7d5e75b22300351e103d9ddc0bb3d (diff) | |
download | linux-e5b7d90fd09dd5db2ca91dd716e721e51c9a861f.tar.xz |
rtc: m41t80: remove excess kerneldoc
Fix the following warning:
drivers/rtc/rtc-m41t80.c:716: warning: Excess function parameter 'inode' description in 'wdt_ioctl'
Link: https://lore.kernel.org/r/20191122102212.400158-6-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-m41t80.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-m41t80.c b/drivers/rtc/rtc-m41t80.c index b813295a2eb5..5094a8cf9691 100644 --- a/drivers/rtc/rtc-m41t80.c +++ b/drivers/rtc/rtc-m41t80.c @@ -702,7 +702,6 @@ static ssize_t wdt_read(struct file *file, char __user *buf, /** * wdt_ioctl: - * @inode: inode of the device * @file: file handle to the device * @cmd: watchdog command * @arg: argument pointer |