linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [drm-msm:msm-next-staging 14/18] drivers/gpu/drm/msm/msm_ringbuffer.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
@ 2021-07-28  6:26 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-28  6:26 UTC (permalink / raw)
  To: Rob Clark; +Cc: kbuild-all, linux-kernel, linux-doc

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

tree:   https://gitlab.freedesktop.org/drm/msm.git msm-next-staging
head:   799688c6a5b6087e5e4893fe81c43ac43ca81d17
commit: 4a7fc352ab8897c260ab7e822ad8c23b38026b55 [14/18] drm/msm: Conversion to drm scheduler
config: arm-defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 10.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
        git remote add drm-msm https://gitlab.freedesktop.org/drm/msm.git
        git fetch --no-tags drm-msm msm-next-staging
        git checkout 4a7fc352ab8897c260ab7e822ad8c23b38026b55
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=arm 

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/gpu/drm/msm/msm_ringbuffer.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * The max # of jobs to write into the hw ringbuffer.


vim +11 drivers/gpu/drm/msm/msm_ringbuffer.c

     9	
    10	/**
  > 11	 * The max # of jobs to write into the hw ringbuffer.
    12	 */
    13	static uint num_hw_submissions = 8;
    14	MODULE_PARM_DESC(num_hw_submissions, "The max number of HW submissions (default 8)");
    15	module_param(num_hw_submissions, uint, 0600);
    16	

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28  6:26 [drm-msm:msm-next-staging 14/18] drivers/gpu/drm/msm/msm_ringbuffer.c:11: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst 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).