Re: [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update
Pasha Tatashin <[email protected]> Fri, 17 Jul 2026 23:38:56 +0000
| Newsgroups | org.infradead.lists.kexec,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kvack.linux-mm |
|---|---|
| Message-ID | <178433153669.189683.2878214157071313722.b4-review@b4> |
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]>