lsm: Fix description of fs_context_parse_param
authorRoberto Sassu <roberto.sassu@huawei.com>
Fri, 9 Dec 2022 08:29:35 +0000 (09:29 +0100)
committerPaul Moore <paul@paul-moore.com>
Fri, 9 Dec 2022 17:22:56 +0000 (12:22 -0500)
The fs_context_parse_param hook already has a description, which seems the
right one according to the code.

Fixes: 8eb687bc8069 ("lsm: Add/fix return values in lsm_hooks.h and fix formatting")
Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/linux/lsm_hooks.h

index bad3b6b..20e7013 100644 (file)
  *     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.
  *