Commit 9aba55b1 authored by Paul Moore's avatar Paul Moore
Browse files

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



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

Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 98436685
Loading
Loading
Loading
Loading
+118 −118
Original line number Diff line number Diff line
@@ -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;