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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.
 *