drivers/gpu/drm/panel/panel-himax-hx83102.c:67: warning: Cannot understand * @width_mm: width of the panel's active display area

From: kernel test robot
Date: Sat Apr 26 2025 - 17:00:48 EST


tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 02ddfb981de88a2c15621115dd7be2431252c568
commit: 0ef94554dc40fbdb7e57ff90cd1e7fa71e1e89fd drm/panel: himax-hx83102: Break out as separate driver
date: 12 months ago
config: sparc-randconfig-001-20250426 (https://download.01.org/0day-ci/archive/20250427/202504270445.BKZnZEmV-lkp@xxxxxxxxx/config)
compiler: sparc64-linux-gcc (GCC) 10.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250427/202504270445.BKZnZEmV-lkp@xxxxxxxxx/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504270445.BKZnZEmV-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/panel/panel-himax-hx83102.c:67: warning: Cannot understand * @width_mm: width of the panel's active display area
on line 67 - I thought it was a doc line


vim +67 drivers/gpu/drm/panel/panel-himax-hx83102.c

62
63 struct hx83102_panel_desc {
64 const struct drm_display_mode *modes;
65
66 /**
> 67 * @width_mm: width of the panel's active display area
68 * @height_mm: height of the panel's active display area
69 */
70 struct {
71 unsigned int width_mm;
72 unsigned int height_mm;
73 } size;
74
75 int (*init)(struct hx83102 *ctx);
76 };
77

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki