From: Randy Dunlap <rdunlap@infradead.org>
To: linux-input@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Cc: Henrik Rydberg <rydberg@euromail.se>
Subject: [PATCH] input: fix input-mt kernel-doc warning
Date: Tue, 06 Nov 2012 17:07:42 -0800 [thread overview]
Message-ID: <5099B45E.8080105@infradead.org> (raw)
From: Randy Dunlap <rdunlap@infradead.org>
Fix new kernel-doc warning in input-mt.c:
Warning(drivers/input/input-mt.c:38): No description found for parameter 'flags'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Henrik Rydberg <rydberg@euromail.se>
Cc: linux-input@vger.kernel.org
---
drivers/input/input-mt.c | 1 +
1 file changed, 1 insertion(+)
--- lnx-37-rc4.orig/drivers/input/input-mt.c
+++ lnx-37-rc4/drivers/input/input-mt.c
@@ -26,6 +26,7 @@ static void copy_abs(struct input_dev *d
* input_mt_init_slots() - initialize MT input slots
* @dev: input device supporting MT events and finger tracking
* @num_slots: number of slots used by the device
+ * @flags: device flags (see include/linux/input/mt.h)
*
* This function allocates all necessary memory for MT slot handling
* in the input device, prepares the ABS_MT_SLOT and
next reply other threads:[~2012-11-07 1:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-07 1:07 Randy Dunlap [this message]
2012-11-07 19:46 ` [PATCH] input: fix input-mt kernel-doc warning Henrik Rydberg
2012-11-08 17:04 ` Dmitry Torokhov
2012-11-08 17:56 ` Henrik Rydberg
2012-11-14 18:05 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5099B45E.8080105@infradead.org \
--to=rdunlap@infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rydberg@euromail.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).