linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [mkp-scsi:queue 12/14] drivers/scsi/ufs/ufshcd.c:9710: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2021-05-11  0:15 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-05-11  0:15 UTC (permalink / raw)
  To: Asutosh Das
  Cc: kbuild-all, clang-built-linux, Martin K. Petersen, Adrian Hunter,
	Can Guo, linux-doc

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git queue
head:   cfaad0f79d37bceb15a9a6d1c3b6c8c5ff5364b5
commit: edf377c8db4aaf31e2c15260d3ce69b9572673f8 [12/14] scsi: ufs: core: Enable power management for wlun
config: x86_64-randconfig-a011-20210510 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 492173d42b32cb91d5d0d72d5ed84fcab80d059a)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?id=edf377c8db4aaf31e2c15260d3ce69b9572673f8
        git remote add mkp-scsi https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
        git fetch --no-tags mkp-scsi queue
        git checkout edf377c8db4aaf31e2c15260d3ce69b9572673f8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64 

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/scsi/ufs/ufshcd.c:9667: warning: cannot understand function prototype: 'struct scsi_driver ufs_dev_wlun_template = '
>> drivers/scsi/ufs/ufshcd.c:9710: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Describes the ufs rpmb wlun.


vim +9710 drivers/scsi/ufs/ufshcd.c

  9708	
  9709	/**
> 9710	 * Describes the ufs rpmb wlun.
  9711	 * Used only to send uac.
  9712	 */
  9713	static struct scsi_driver ufs_rpmb_wlun_template = {
  9714		.gendrv = {
  9715			.name = "ufs_rpmb_wlun",
  9716			.owner = THIS_MODULE,
  9717			.probe = ufshcd_rpmb_probe,
  9718			.pm = &ufs_rpmb_pm_ops,
  9719		},
  9720	};
  9721	

---
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: 42936 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread
* [mkp-scsi:queue 12/14] drivers/scsi/ufs/ufshcd.c:9710: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2021-05-10 22:01 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-05-10 22:01 UTC (permalink / raw)
  To: Asutosh Das
  Cc: kbuild-all, Martin K. Petersen, Adrian Hunter, Can Guo, linux-doc

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git queue
head:   cfaad0f79d37bceb15a9a6d1c3b6c8c5ff5364b5
commit: edf377c8db4aaf31e2c15260d3ce69b9572673f8 [12/14] scsi: ufs: core: Enable power management for wlun
config: microblaze-randconfig-r035-20210510 (attached as .config)
compiler: microblaze-linux-gcc (GCC) 9.3.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git/commit/?id=edf377c8db4aaf31e2c15260d3ce69b9572673f8
        git remote add mkp-scsi https://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
        git fetch --no-tags mkp-scsi queue
        git checkout edf377c8db4aaf31e2c15260d3ce69b9572673f8
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=microblaze 

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/scsi/ufs/ufshcd.c:9667: warning: cannot understand function prototype: 'struct scsi_driver ufs_dev_wlun_template = '
>> drivers/scsi/ufs/ufshcd.c:9710: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Describes the ufs rpmb wlun.


vim +9710 drivers/scsi/ufs/ufshcd.c

  9708	
  9709	/**
> 9710	 * Describes the ufs rpmb wlun.
  9711	 * Used only to send uac.
  9712	 */
  9713	static struct scsi_driver ufs_rpmb_wlun_template = {
  9714		.gendrv = {
  9715			.name = "ufs_rpmb_wlun",
  9716			.owner = THIS_MODULE,
  9717			.probe = ufshcd_rpmb_probe,
  9718			.pm = &ufs_rpmb_pm_ops,
  9719		},
  9720	};
  9721	

---
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: 30101 bytes --]

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

end of thread, other threads:[~2021-05-11  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-11  0:15 [mkp-scsi:queue 12/14] drivers/scsi/ufs/ufshcd.c:9710: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-05-10 22:01 kernel test robot

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).