* [tglx-devel:devmsi-arm 25/25] kernel/irq/msi.c:31: warning: cannot understand function prototype: 'struct msi_device_data '
@ 2024-06-10 23:07 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-06-10 23:07 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: oe-kbuild-all, Anna-Maria Behnsen, Shivamurthy Shastri
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git devmsi-arm
head: c0f9480169244284eb4f7bc656ab52d03a5badd4
commit: c0f9480169244284eb4f7bc656ab52d03a5badd4 [25/25] genirq/msi: Move msi_device_data to core
config: riscv-allnoconfig (https://download.01.org/0day-ci/archive/20240611/202406110704.Imy7B0rf-lkp@intel.com/config)
compiler: riscv64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240611/202406110704.Imy7B0rf-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/202406110704.Imy7B0rf-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> kernel/irq/msi.c:31: warning: cannot understand function prototype: 'struct msi_device_data '
vim +31 kernel/irq/msi.c
23
24 /**
25 * msi_device_data - MSI per device data
26 * @properties: MSI properties which are interesting to drivers
27 * @mutex: Mutex protecting the MSI descriptor store
28 * @__domains: Internal data for per device MSI domains
29 * @__iter_idx: Index to search the next entry for iterators
30 */
> 31 struct msi_device_data {
32 unsigned long properties;
33 struct mutex mutex;
34 struct msi_dev_domain __domains[MSI_MAX_DEVICE_IRQDOMAINS];
35 unsigned long __iter_idx;
36 };
37
--
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:[~2024-06-10 23:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 23:07 [tglx-devel:devmsi-arm 25/25] kernel/irq/msi.c:31: warning: cannot understand function prototype: 'struct msi_device_data ' 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.