[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

From: kernel test robot
Date: Wed Jul 28 2021 - 02:27:44 EST


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@xxxxxxxxx>

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@xxxxxxxxxxxx

Attachment: .config.gz
Description: application/gzip