2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00

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: b230d5aba2 ("LSM: add new hook for kernfs node initialization")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
Ondrej Mosnacek 2019-03-25 09:05:35 +01:00 committed by Paul Moore
parent c72c4cde80
commit 24f7c45fdb

View File

@ -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.
*