Input: max8925_onkey - don't mark comment as kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 16 Oct 2021 05:08:50 +0000 (22:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 16 Oct 2021 05:10:33 +0000 (22:10 -0700)
commita88638c4e69cfcbfebc7523d777d1273f2fce806
tree8305f1b7e023072327c4e2da43f58f1b565c3045
parent36fc54375f985cb9fc52b655ed18052147596f8f
Input: max8925_onkey - don't mark comment as kernel-doc

Change the comment to a normal (non-kernel-doc) comment to avoid
these kernel-doc warnings:

max8925_onkey.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * MAX8925 ONKEY driver
max8925_onkey.c:2: warning: missing initial short description on line:
 * MAX8925 ONKEY driver

Fixes: 3734574cac100 ("Input: enable onkey driver of max8925")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20211002045943.9406-1-rdunlap@infradead.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/max8925_onkey.c