diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-10-15 22:08:50 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2021-10-15 22:10:33 -0700 |
commit | a88638c4e69cfcbfebc7523d777d1273f2fce806 (patch) | |
tree | 8305f1b7e023072327c4e2da43f58f1b565c3045 /drivers/input/misc | |
parent | 36fc54375f985cb9fc52b655ed18052147596f8f (diff) | |
download | linux-stable-a88638c4e69cfcbfebc7523d777d1273f2fce806.tar.gz linux-stable-a88638c4e69cfcbfebc7523d777d1273f2fce806.tar.bz2 linux-stable-a88638c4e69cfcbfebc7523d777d1273f2fce806.zip |
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>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r-- | drivers/input/misc/max8925_onkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/max8925_onkey.c b/drivers/input/misc/max8925_onkey.c index ffab4a490c75..4770cb55631a 100644 --- a/drivers/input/misc/max8925_onkey.c +++ b/drivers/input/misc/max8925_onkey.c @@ -1,4 +1,4 @@ -/** +/* * MAX8925 ONKEY driver * * Copyright (C) 2009 Marvell International Ltd. |