Skip to content

Commit

Permalink
Input: fix input.h kernel-doc warning
Browse files Browse the repository at this point in the history
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@xenotime.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Randy Dunlap authored and Dmitry Torokhov committed Jun 12, 2012
1 parent e644dae commit 2177905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 2177905

Please sign in to comment.