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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *