[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZtA_WOA-E4qkBBJO@Laptop-X1>
Date: Thu, 29 Aug 2024 17:28:56 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: Simon Horman <horms@...nel.org>
Cc: Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org,
Jay Vosburgh <j.vosburgh@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>,
Nikolay Aleksandrov <razor@...ckwall.org>,
Tariq Toukan <tariqt@...dia.com>, Jianbo Liu <jianbol@...dia.com>,
Sabrina Dubroca <sd@...asysnail.net>,
Steffen Klassert <steffen.klassert@...unet.com>
Subject: Re: [PATCHv4 net-next 1/3] bonding: add common function to check
ipsec device
On Wed, Aug 28, 2024 at 03:43:26PM +0100, Simon Horman wrote:
> On Wed, Aug 28, 2024 at 09:14:37AM +0800, Hangbin Liu wrote:
> > Hi Jakub,
> > On Tue, Aug 27, 2024 at 01:06:19PM -0700, Jakub Kicinski wrote:
> > > On Wed, 21 Aug 2024 18:50:01 +0800 Hangbin Liu wrote:
> > > > +/**
> > > > + * bond_ipsec_dev - return the device for ipsec offload, or NULL if not exist
> > > > + * caller must hold rcu_read_lock.
> > > > + * @xs: pointer to transformer state struct
> > > > + **/
> > >
> > > in addition to the feedback on v3, nit: document the return value in
> > > kdoc for non-void functions
> >
> > I already document the return value. Do you want me to change the format like:
> >
> > /**
> > * bond_ipsec_dev - Get active device for IPsec offload,
> > * caller must hold rcu_read_lock.
> > * @xs: pointer to transformer state struct
> > *
> > * Return the device for ipsec offload, or NULL if not exist.
> > **/
>
> nit-pick: I think that the ./scripts/kernel-doc expects "Return: " or
> "Returns: "
Thanks, I will post a new version for this.
Hangbin
Powered by blists - more mailing lists