]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Input: document new members of struct input_dev
authorHenrik Rydberg <rydberg@euromail.se>
Sat, 10 Nov 2012 08:32:36 +0000 (00:32 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 10 Nov 2012 08:40:24 +0000 (00:40 -0800)
Fixes kernel-doc warnings for the members added in 3.7-rc1.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/linux/input.h

index 5538cc09a4f50fba00814d15376c41ce5f90a7a8..82ce323b998692b9c3d0b95b762605e51147cafd 100644 (file)
@@ -112,6 +112,9 @@ struct input_value {
  * @h_list: list of input handles associated with the device. When
  *     accessing the list dev->mutex must be held
  * @node: used to place the device onto input_dev_list
+ * @num_vals: number of values queued in the current frame
+ * @max_vals: maximum number of values queued in a frame
+ * @vals: array of values queued in the current frame
  * @devres_managed: indicates that devices is managed with devres framework
  *     and needs not be explicitly unregistered or freed.
  */