linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Aditya Srivastava <yashsri421@gmail.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org, Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org
Subject: 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
Date: Mon, 27 Sep 2021 23:23:33 +0800	[thread overview]
Message-ID: <202109272323.hKdSV8Dw-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-09-27 15:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202109272323.hKdSV8Dw-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=corbet@lwn.net \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=yashsri421@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).