On Fri, 10 Jul 2026 21:26:15 +0000, David Matlack <[email protected]> wrote: > diff --git a/Documentation/PCI/liveupdate.rst > b/Documentation/PCI/liveupdate.rst > new file mode 100644 > index 000000000000..eba55f8a92ae > --- /dev/null > +++ b/Documentation/PCI/liveupdate.rst > @@ -0,0 +1,29 @@ > +.. SPDX-License-Identifier: GPL-2.0-or-later > + > +=========================== > +PCI Support for Live Update > +=========================== > + > +.. kernel-doc:: drivers/pci/liveupdate.c > + :doc: PCI Live Update > + > +Driver API > +========== > + > +.. kernel-doc:: drivers/pci/liveupdate.c > + :export:
I think you need: +Internal API +============ + +.. kernel-doc:: drivers/pci/liveupdate.c + :internal: + In order to include docs for structs such as pci_flb_outgoing, etc. -- Pasha Tatashin <[email protected]>
