Commit 294ea291 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jakub Kicinski

net: netlabel: Fix kerneldoc warnings

net/netlabel/netlabel_calipso.c:376: warning: Function parameter or member 'ops' not described in 'netlbl_calipso_ops_register'
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Acked-by: default avatarPaul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20201028005350.930299-1-andrew@lunn.chSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 9d637f81
...@@ -366,6 +366,7 @@ static const struct netlbl_calipso_ops *calipso_ops; ...@@ -366,6 +366,7 @@ static const struct netlbl_calipso_ops *calipso_ops;
/** /**
* netlbl_calipso_ops_register - Register the CALIPSO operations * netlbl_calipso_ops_register - Register the CALIPSO operations
* @ops: ops to register
* *
* Description: * Description:
* Register the CALIPSO packet engine operations. * Register the CALIPSO packet engine operations.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment