All of lore.kernel.org
 help / color / mirror / Atom feed
* 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
@ 2021-09-27 15:23 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-09-27 15:23 UTC (permalink / raw)
  To: Aditya Srivastava
  Cc: llvm, kbuild-all, linux-kernel, Jonathan Corbet, linux-doc

[-- Attachment #1: Type: text/plain, Size: 3633 bytes --]

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@intel.com>

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@marvell.com>
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@gmail.com>
:::::: CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33329 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* 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
@ 2021-09-27 15:23 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-09-27 15:23 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3693 bytes --]

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@intel.com>

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@marvell.com>
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@gmail.com>
:::::: CC: Dmitry Torokhov <dmitry.torokhov@gmail.com>

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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 33329 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-27 15:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 15:23 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 kernel test robot
2021-09-27 15:23 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.