net: netlabel: Fix kerneldoc warnings
authorAndrew Lunn <andrew@lunn.ch>
Wed, 28 Oct 2020 00:53:50 +0000 (01:53 +0100)
committerJakub Kicinski <kuba@kernel.org>
Fri, 30 Oct 2020 18:46:11 +0000 (11:46 -0700)
net/netlabel/netlabel_calipso.c:376: warning: Function parameter or member 'ops' not described in 'netlbl_calipso_ops_register'

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Paul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20201028005350.930299-1-andrew@lunn.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/netlabel/netlabel_calipso.c

index 4e62f2a..f28c894 100644 (file)
@@ -366,6 +366,7 @@ static const struct netlbl_calipso_ops *calipso_ops;
 
 /**
  * netlbl_calipso_ops_register - Register the CALIPSO operations
+ * @ops: ops to register
  *
  * Description:
  * Register the CALIPSO packet engine operations.