drivers/input/misc/max8925_onkey.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

From: kernel test robot
Date: Mon Sep 27 2021 - 11:24:18 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 92477dd1faa650e50bd3bb35a6c0b8d09198cc35
commit: f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7 scripts: kernel-doc: improve parsing for kernel-doc comments syntax
date: 6 months ago
config: arm64-randconfig-r016-20210927 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project dc6e8dfdfe7efecfda318d43a06fae18b40eb498)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout f9bbc12ccb35ac8b3fa01cec1a19cb523a7707c7
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All warnings (new ones prefixed by >>):

>> drivers/input/misc/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


vim +2 drivers/input/misc/max8925_onkey.c

104a5f3cad8f2f Dmitry Torokhov 2012-03-06 @2 * MAX8925 ONKEY driver
3734574cac1002 Haojian Zhuang 2010-05-22 3 *
3734574cac1002 Haojian Zhuang 2010-05-22 4 * Copyright (C) 2009 Marvell International Ltd.
3734574cac1002 Haojian Zhuang 2010-05-22 5 * Haojian Zhuang <haojian.zhuang@xxxxxxxxxxx>
3734574cac1002 Haojian Zhuang 2010-05-22 6 *
3734574cac1002 Haojian Zhuang 2010-05-22 7 * This file is subject to the terms and conditions of the GNU General
3734574cac1002 Haojian Zhuang 2010-05-22 8 * Public License. See the file "COPYING" in the main directory of this
3734574cac1002 Haojian Zhuang 2010-05-22 9 * archive for more details.
3734574cac1002 Haojian Zhuang 2010-05-22 10 *
3734574cac1002 Haojian Zhuang 2010-05-22 11 * This program is distributed in the hope that it will be useful,
3734574cac1002 Haojian Zhuang 2010-05-22 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
3734574cac1002 Haojian Zhuang 2010-05-22 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3734574cac1002 Haojian Zhuang 2010-05-22 14 * GNU General Public License for more details.
3734574cac1002 Haojian Zhuang 2010-05-22 15 *
3734574cac1002 Haojian Zhuang 2010-05-22 16 * You should have received a copy of the GNU General Public License
3734574cac1002 Haojian Zhuang 2010-05-22 17 * along with this program; if not, write to the Free Software
3734574cac1002 Haojian Zhuang 2010-05-22 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3734574cac1002 Haojian Zhuang 2010-05-22 19 */
3734574cac1002 Haojian Zhuang 2010-05-22 20

:::::: The code at line 2 was first introduced by commit
:::::: 104a5f3cad8f2f27cadbdf0029400ecd9e17ccc0 Input: max8925_onkey - avoid accessing input device too early

:::::: TO: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
:::::: CC: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx

Attachment: .config.gz
Description: application/gzip