Skip to content

Commit

Permalink
lsm: Fix description of fs_context_parse_param
Browse files Browse the repository at this point in the history
The fs_context_parse_param hook already has a description, which seems the
right one according to the code.

Fixes: 8eb687b ("lsm: Add/fix return values in lsm_hooks.h and fix formatting")
Signed-off-by: Roberto Sassu <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
robertosassu authored and pcmoore committed Dec 9, 2022
1 parent 8eb687b commit 577cc14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/lsm_hooks.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@
* the filesystem.
* @fc indicates the filesystem context.
* @param The parameter.
* Return 0 to indicate that the parameter should be passed on to the
* filesystem, 1 to indicate that the parameter should be discarded or an
* error to indicate that the parameter should be rejected.
*
* Security hooks for filesystem operations.
*
Expand Down

0 comments on commit 577cc14

Please sign in to comment.