[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4F8E04E2.3090607@xenotime.net>
Date: Tue, 17 Apr 2012 17:03:46 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: LKML <linux-kernel@...r.kernel.org>, linux-input@...r.kernel.org,
Dmitry Torokhov <dmitry.torokhov@...il.com>
Subject: [PATCH] input: fix input.h kernel-doc warning
From: Randy Dunlap <rdunlap@...otime.net>
Fix kernel-doc warning in input.h:
Warning(include/linux/input.h:140): No description found for parameter 'len'
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
include/linux/input.h | 1 +
1 file changed, 1 insertion(+)
--- lnx-34-rc3.orig/include/linux/input.h
+++ lnx-34-rc3/include/linux/input.h
@@ -116,6 +116,7 @@ struct input_keymap_entry {
/**
* EVIOCGMTSLOTS(len) - get MT slot values
+ * @len: size of the data buffer in bytes
*
* The ioctl buffer argument should be binary equivalent to
*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists