Skip to content

Commit

Permalink
net: netlabel: Fix kerneldoc warnings
Browse files Browse the repository at this point in the history
net/netlabel/netlabel_calipso.c:376: warning: Function parameter or member 'ops' not described in 'netlbl_calipso_ops_register'

Signed-off-by: Andrew Lunn <[email protected]>
Acked-by: Paul Moore <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
lunn authored and kuba-moo committed Oct 30, 2020
1 parent 9d637f8 commit 294ea29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netlabel/netlabel_calipso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 294ea29

Please sign in to comment.