drivers/firmware/stratix10-svc.c:58: warning: Function parameter or member 'intel_svc_fcs' not described in 'stratix10_svc'

From: kernel test robot
Date: Sat Jan 06 2024 - 19:34:51 EST


Hi Ang,

FYI, the error/warning still remains.

tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 52b1853b080a082ec3749c3a9577f6c71b1d4a90
commit: e6281c26674e037798bf674f26a7593a324cdf39 firmware: stratix10-svc: Add support for FCS
date: 1 year, 6 months ago
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240107/202401070808.wIHGhXPr-lkp@xxxxxxxxx/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240107/202401070808.wIHGhXPr-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/202401070808.wIHGhXPr-lkp@xxxxxxxxx/

All warnings (new ones prefixed by >>):

>> drivers/firmware/stratix10-svc.c:58: warning: Function parameter or member 'intel_svc_fcs' not described in 'stratix10_svc'


vim +58 drivers/firmware/stratix10-svc.c

7ca5ce896524f5 Richard Gong 2018-11-13 50
b5dc75c915cdae Richard Gong 2019-09-03 51 /**
b5dc75c915cdae Richard Gong 2019-09-03 52 * struct stratix10_svc - svc private data
b5dc75c915cdae Richard Gong 2019-09-03 53 * @stratix10_svc_rsu: pointer to stratix10 RSU device
b5dc75c915cdae Richard Gong 2019-09-03 54 */
b5dc75c915cdae Richard Gong 2019-09-03 55 struct stratix10_svc {
b5dc75c915cdae Richard Gong 2019-09-03 56 struct platform_device *stratix10_svc_rsu;
e6281c26674e03 Ang Tien Sung 2022-07-11 57 struct platform_device *intel_svc_fcs;
b5dc75c915cdae Richard Gong 2019-09-03 @58 };
b5dc75c915cdae Richard Gong 2019-09-03 59

:::::: The code at line 58 was first introduced by commit
:::::: b5dc75c915cdaebab9b9875022e45638d6b14a7e firmware: stratix10-svc: extend svc to support new RSU features

:::::: TO: Richard Gong <richard.gong@xxxxxxxxx>
:::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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