selinux: apply clang format to security/selinux/nlmsgtab.c

Update nlmsgtab.c to better adhere to the kernel coding style guidelines.

Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
Paul Moore 2024-09-25 16:11:08 -04:00
parent 9843668541
commit 9aba55b1fb

View File

@ -150,8 +150,8 @@ static const struct nlmsg_perm nlmsg_audit_perms[] = {
{ AUDIT_SET_FEATURE, NETLINK_AUDIT_SOCKET__NLMSG_WRITE },
};
static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize)
static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab,
size_t tabsize)
{
unsigned int i;
int err = -EINVAL;