* [anolis-intel-cloud:devel-5.10 1/1] drivers/vfio/mdev/idxd/vdev.c:1058:6: warning: no previous prototype for 'vidxd_free_ims_entries'
@ 2025-03-08 4:33 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-03-08 4:33 UTC (permalink / raw)
To: aubrey.li; +Cc: oe-kbuild-all
tree: https://gitee.com/anolis/intel-cloud-kernel.git devel-5.10
head: 797aae63f086cf8250bfbb8395ab310c525ac4a6
commit: 4f35c1745a635e3bb8eee3ebd769d7e5b262d01e [1/1] vfio/mdev: idxd: add basic mdev registration and helper functions
config: x86_64-anolis-intel-cloud-devel-5.10 (https://download.01.org/0day-ci/archive/20250308/202503081202.BBujIyUf-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250308/202503081202.BBujIyUf-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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202503081202.BBujIyUf-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/vfio/mdev/idxd/vdev.c:1058:6: warning: no previous prototype for 'vidxd_free_ims_entries' [-Wmissing-prototypes]
1058 | void vidxd_free_ims_entries(struct vdcm_idxd *vidxd)
| ^~~~~~~~~~~~~~~~~~~~~~
vim +/vidxd_free_ims_entries +1058 drivers/vfio/mdev/idxd/vdev.c
1057
> 1058 void vidxd_free_ims_entries(struct vdcm_idxd *vidxd)
1059 {
1060 struct mdev_device *mdev = vidxd->ivdev.mdev;
1061 struct device *dev = mdev_dev(mdev);
1062
1063 msi_domain_free_irqs(dev_get_msi_domain(dev), dev);
1064 }
1065
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-08 4:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 4:33 [anolis-intel-cloud:devel-5.10 1/1] drivers/vfio/mdev/idxd/vdev.c:1058:6: warning: no previous prototype for 'vidxd_free_ims_entries' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.