LSM: lsm_hooks.h - fix missing colon in docstring
authorOndrej Mosnacek <omosnace@redhat.com>
Mon, 25 Mar 2019 08:05:35 +0000 (09:05 +0100)
committerPaul Moore <paul@paul-moore.com>
Mon, 25 Mar 2019 14:06:30 +0000 (10:06 -0400)
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 <lkp@intel.com>
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/linux/lsm_hooks.h

index 0dd5bda..b987dc2 100644 (file)
  *
  * 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.
  *