From: kernel test robot <lkp@intel.com>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: oe-kbuild-all@lists.linux.dev,
Anna-Maria Behnsen <anna-maria@linutronix.de>,
Shivamurthy Shastri <shivamurthy.shastri@linutronix.de>
Subject: [tglx-devel:devmsi-arm 25/25] kernel/irq/msi.c:31: warning: cannot understand function prototype: 'struct msi_device_data '
Date: Tue, 11 Jun 2024 07:07:18 +0800 [thread overview]
Message-ID: <202406110704.Imy7B0rf-lkp@intel.com> (raw)
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
reply other threads:[~2024-06-10 23:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202406110704.Imy7B0rf-lkp@intel.com \
--to=lkp@intel.com \
--cc=anna-maria@linutronix.de \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=shivamurthy.shastri@linutronix.de \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.