Commit 577cc143 authored by Roberto Sassu's avatar Roberto Sassu Committed by Paul Moore

lsm: Fix description of fs_context_parse_param

The fs_context_parse_param hook already has a description, which seems the
right one according to the code.

Fixes: 8eb687bc ("lsm: Add/fix return values in lsm_hooks.h and fix formatting")
Signed-off-by: default avatarRoberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 8eb687bc
...@@ -100,9 +100,6 @@ ...@@ -100,9 +100,6 @@
* the filesystem. * the filesystem.
* @fc indicates the filesystem context. * @fc indicates the filesystem context.
* @param The parameter. * @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. * Security hooks for filesystem 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