[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1337538229-4784-1-git-send-email-ahiliation@yahoo.co.in>
Date: Sun, 20 May 2012 23:53:49 +0530
From: Jeffrin Jose <ahiliation@...oo.co.in>
To: sds@...ho.nsa.gov, james.l.morris@...cle.com, eparis@...isplace.org
Cc: linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, ahiliation@...oo.co.in
Subject: [PATCH]security:selinux:fixed spacing issues relating to : and ? operators.
Fixed spacing issues of : and ? operators found by
checkpatch.pl in security/selinux/xfrm.c
Signed-off-by: Jeffrin Jose <ahiliation@...oo.co.in>
---
security/selinux/xfrm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/selinux/xfrm.c b/security/selinux/xfrm.c
index 48665ec..a3cb878 100644
--- a/security/selinux/xfrm.c
+++ b/security/selinux/xfrm.c
@@ -140,7 +140,7 @@ int selinux_xfrm_state_pol_flow_match(struct xfrm_state *x, struct xfrm_policy *
rc = avc_has_perm(fl->flowi_secid, state_sid, SECCLASS_ASSOCIATION,
ASSOCIATION__SENDTO,
- NULL)? 0:1;
+ NULL) ? 0 : 1;
/*
* We don't need a separate SA Vs. policy polmatch check
--
1.7.10
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists