Commit 24f7c45f authored by Ondrej Mosnacek's avatar Ondrej Mosnacek Committed by Paul Moore

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: b230d5ab ("LSM: add new hook for kernfs node initialization")
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Signed-off-by: default avatarOndrej Mosnacek <omosnace@redhat.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent c72c4cde
......@@ -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.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment