From: Ondrej Mosnacek Date: Mon, 25 Mar 2019 08:05:35 +0000 (+0100) Subject: LSM: lsm_hooks.h - fix missing colon in docstring X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=24f7c45fdb2a17ef6ad3142e9a8ba4066ac674a2;p=openwrt%2Fstaging%2Fblogic.git LSM: lsm_hooks.h - fix missing colon in docstring Apparently without it it is incorrect syntax and causes a warning about undocumented struct field. Fixes: b230d5aba2d1 ("LSM: add new hook for kernfs node initialization") Reported-by: kbuild test robot Signed-off-by: Ondrej Mosnacek Signed-off-by: Paul Moore --- diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 0dd5bda719e6..b987dc282d63 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h @@ -447,7 +447,7 @@ * * Security hooks for kernfs node operations * - * @kernfs_init_security + * @kernfs_init_security: * Initialize the security context of a newly created kernfs node based * on its own and its parent's attributes. *