Re: [PATCH] security: fix documentation for the audit_* hooks

2018-10-23 Thread Kees Cook
On Tue, Oct 23, 2018 at 4:17 AM, wrote: > From: Denis Efremov > > This patch makes argument names equal in the documentation and > declarations of the audit_* hooks. > > Signed-off-by: Denis Efremov Reviewed-by: Kees Cook -Kees > --- > include/linux/lsm_hooks.h | 6 +++--- > 1 file changed

[PATCH] security: fix documentation for the audit_* hooks

2018-10-23 Thread efremov
From: Denis Efremov This patch makes argument names equal in the documentation and declarations of the audit_* hooks. Signed-off-by: Denis Efremov --- include/linux/lsm_hooks.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/lsm_hooks.h b/include/linux/l