* [KJ] [PATCH] Input: kernel-doc typo, incorrect parameter name
@ 2006-11-19 10:01 Paul Bonser
0 siblings, 0 replies; only message in thread
From: Paul Bonser @ 2006-11-19 10:01 UTC (permalink / raw)
To: kernel-janitors
From: Paul Bonser <misterpib@gmail.com>
A simple case of the wrong parameter name (handle when it should be dev). It caused a warning when running kernel-doc on the file.
Just a kernel-doc comment fix.
Signed-off-by: Paul Bonser <misterpib@gmail.com>
---
diff --git a/drivers/input/input.c b/drivers/input/input.c
index 1c8c8a5..d217d05 100644
--- a/drivers/input/input.c
+++ b/drivers/input/input.c
@@ -37,7 +37,7 @@ static struct input_handler *input_table
/**
* input_event() - report new input event
- * @handle: device that generated the event
+ * @dev: device that generated the event
* @type: type of the event
* @code: event code
* @value: value of the event
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-19 10:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-19 10:01 [KJ] [PATCH] Input: kernel-doc typo, incorrect parameter name Paul Bonser
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.