linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]security:selinux:fixed spacing issues relating to : and ? operators.
@ 2012-05-20 18:23 Jeffrin Jose
  0 siblings, 0 replies; only message in thread
From: Jeffrin Jose @ 2012-05-20 18:23 UTC (permalink / raw)
  To: sds, james.l.morris, eparis
  Cc: linux-security-module, linux-kernel, ahiliation

Fixed spacing issues of : and ? operators found by
checkpatch.pl in security/selinux/xfrm.c

Signed-off-by: Jeffrin Jose <ahiliation@yahoo.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-20 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-20 18:23 [PATCH]security:selinux:fixed spacing issues relating to : and ? operators Jeffrin Jose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).