From: Roberto Sassu <roberto.sassu@xxxxxxxxxx> The fs_context_parse_param hook already has a description, which seems the right one according to the code. Signed-off-by: Roberto Sassu <roberto.sassu@xxxxxxxxxx> --- include/linux/lsm_hooks.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index bad3b6baad86..20e70132584c 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h @@ -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. * -- 2.25.1