On Tue, Oct 27, 2020 at 8:54 PM Andrew Lunn <and...@lunn.ch> wrote: > > net/netlabel/netlabel_calipso.c:376: warning: Function parameter or member > 'ops' not described in 'netlbl_calipso_ops_register' > > Signed-off-by: Andrew Lunn <and...@lunn.ch> > --- > net/netlabel/netlabel_calipso.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/net/netlabel/netlabel_calipso.c b/net/netlabel/netlabel_calipso.c > index 4e62f2ad3575..a4efa99fb1f8 100644 > --- a/net/netlabel/netlabel_calipso.c > +++ b/net/netlabel/netlabel_calipso.c > @@ -366,6 +366,7 @@ static const struct netlbl_calipso_ops *calipso_ops; > > /** > * netlbl_calipso_ops_register - Register the CALIPSO operations > + * @ops: Ops to register
If we are being nitpicky, it might be better to drop the capitalization for the sake of consistency, e.g. "@ops: ops to register". Acked-by: Paul Moore <p...@paul-moore.com> > * > * Description: > * Register the CALIPSO packet engine operations. -- paul moore www.paul-moore.com