On Tue, Jul 08, 2025 at 07:38:25AM +0200, Nam Cao wrote: > The member msi_domain of struct iproc_msi has been removed, but its > description was left behind. Remove the description. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202507080437.HQuYK7x8-lkp@xxxxxxxxx/ > Signed-off-by: Nam Cao <namcao@xxxxxxxxxxxxx> Thanks for squashing this into the ("PCI: iproc: Switch to msi_create_parent_irq_domain()") patch that removed the msi_domain member, Mani. No point in cluttering the history with extra commits that clean up things we haven't merged upstream yet. > --- > drivers/pci/controller/pcie-iproc-msi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/pci/controller/pcie-iproc-msi.c b/drivers/pci/controller/pcie-iproc-msi.c > index d0c7f004217f..9ba242ab9596 100644 > --- a/drivers/pci/controller/pcie-iproc-msi.c > +++ b/drivers/pci/controller/pcie-iproc-msi.c > @@ -82,7 +82,6 @@ struct iproc_msi_grp { > * @bitmap_lock: lock to protect access to the MSI bitmap > * @nr_msi_vecs: total number of MSI vectors > * @inner_domain: inner IRQ domain > - * @msi_domain: MSI IRQ domain > * @nr_eq_region: required number of 4K aligned memory region for MSI event > * queues > * @nr_msi_region: required number of 4K aligned address region for MSI posted > -- > 2.39.5 >