mbox series

[nf-next,0/2] netfilter: Add missing Kernel doc to headers

Message ID 20240830-nf-kdoc-v1-0-b974bb701b61@kernel.org
Headers show
Series netfilter: Add missing Kernel doc to headers | expand

Message

Simon Horman Aug. 30, 2024, 5:22 p.m. UTC
Hi,

This short series addresses some minor Kernel doc problems
in Netfilter header files.

---
Simon Horman (2):
      netfilter: nf_tables: Add missing Kernel doc to nf_tables.h
      netfilter: tproxy: Add missing Kernel doc to nf_tproxy.h

 include/net/netfilter/nf_tables.h | 2 ++
 include/net/netfilter/nf_tproxy.h | 1 +
 2 files changed, 3 insertions(+)

base-commit: d2ab3bb890f6a88facf89494ce50b27ff8236d24

Comments

Florian Westphal Aug. 31, 2024, 8:03 p.m. UTC | #1
Simon Horman <horms@kernel.org> wrote:
> Hi,
> 
> This short series addresses some minor Kernel doc problems
> in Netfilter header files.

Thanks Simon, this looks good to me.
Series:
Reviewed-by: Florian Westphal <fw@strlen.de>
Pablo Neira Ayuso Sept. 1, 2024, 8:07 p.m. UTC | #2
On Sat, Aug 31, 2024 at 10:03:07PM +0200, Florian Westphal wrote:
> Simon Horman <horms@kernel.org> wrote:
> > Hi,
> > 
> > This short series addresses some minor Kernel doc problems
> > in Netfilter header files.
> 
> Thanks Simon, this looks good to me.
> Series:
> Reviewed-by: Florian Westphal <fw@strlen.de>

Thanks for reviewing.

If you both don't mind, I am going to collapse the three pending
patches from Simon that are targeting kdoc stuff.
Simon Horman Sept. 2, 2024, 9:25 a.m. UTC | #3
On Sun, Sep 01, 2024 at 10:07:27PM +0200, Pablo Neira Ayuso wrote:
> On Sat, Aug 31, 2024 at 10:03:07PM +0200, Florian Westphal wrote:
> > Simon Horman <horms@kernel.org> wrote:
> > > Hi,
> > > 
> > > This short series addresses some minor Kernel doc problems
> > > in Netfilter header files.
> > 
> > Thanks Simon, this looks good to me.
> > Series:
> > Reviewed-by: Florian Westphal <fw@strlen.de>
> 
> Thanks for reviewing.
> 
> If you both don't mind, I am going to collapse the three pending
> patches from Simon that are targeting kdoc stuff.

Thanks Pablo,

No problem with that from my side.
Pablo Neira Ayuso Sept. 3, 2024, 9:22 a.m. UTC | #4
On Mon, Sep 02, 2024 at 10:25:59AM +0100, Simon Horman wrote:
> On Sun, Sep 01, 2024 at 10:07:27PM +0200, Pablo Neira Ayuso wrote:
> > On Sat, Aug 31, 2024 at 10:03:07PM +0200, Florian Westphal wrote:
> > > Simon Horman <horms@kernel.org> wrote:
> > > > Hi,
> > > > 
> > > > This short series addresses some minor Kernel doc problems
> > > > in Netfilter header files.
> > > 
> > > Thanks Simon, this looks good to me.
> > > Series:
> > > Reviewed-by: Florian Westphal <fw@strlen.de>
> > 
> > Thanks for reviewing.
> > 
> > If you both don't mind, I am going to collapse the three pending
> > patches from Simon that are targeting kdoc stuff.
> 
> Thanks Pablo,
> 
> No problem with that from my side.

Thanks Simon, I have collapsed these two patches.