[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202504261831.YcGFqEO5-lkp@intel.com>
Date: Sat, 26 Apr 2025 18:15:33 +0800
From: kernel test robot <lkp@...el.com>
To: Shengyang Chen <shengyang.chen@...rfivetech.com>
Cc: oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
Vinod Koul <vkoul@...nel.org>,
Changhuang Liang <changhuang.liang@...rfivetech.com>
Subject: drivers/phy/starfive/phy-jh7110-dphy-tx.c:178: warning: Cannot
understand * @maps:
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 02ddfb981de88a2c15621115dd7be2431252c568
commit: d3ab7955330843699cdcc413edd7993923e6c016 phy: starfive: Add mipi dphy tx support
date: 11 months ago
config: riscv-randconfig-001-20250426 (https://download.01.org/0day-ci/archive/20250426/202504261831.YcGFqEO5-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250426/202504261831.YcGFqEO5-lkp@intel.com/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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202504261831.YcGFqEO5-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/phy/starfive/phy-jh7110-dphy-tx.c:178: warning: Cannot understand * @maps:
on line 178 - I thought it was a doc line
vim +178 drivers/phy/starfive/phy-jh7110-dphy-tx.c
175
176 struct stf_dphy_info {
177 /**
> 178 * @maps:
179 *
180 * Physical lanes and logic lanes mapping table.
181 *
182 * The default order is:
183 * [data lane 0, data lane 1, data lane 2, date lane 3, clk lane]
184 */
185 u8 maps[STF_MAP_LANES_NUM];
186 };
187
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists