public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH TRIVIAL] cleanup: add spaces around bitwise operator
@ 2013-10-06 10:50 ZHAO Gang
  0 siblings, 0 replies; only message in thread
From: ZHAO Gang @ 2013-10-06 10:50 UTC (permalink / raw)
  To: trivial; +Cc: David S. Miller, linux-kernel

Signed-off-by: ZHAO Gang <gamerh2o@gmail.com>
---
 net/core/rtnetlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/rtnetlink.c b/net/core/rtnetlink.c
index 2a0e21d..bc04f15 100644
--- a/net/core/rtnetlink.c
+++ b/net/core/rtnetlink.c
@@ -2658,7 +2658,7 @@ static int rtnetlink_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
 	if (kind != 2 && !ns_capable(net->user_ns, CAP_NET_ADMIN))
 		return -EPERM;
 
-	if (kind == 2 && nlh->nlmsg_flags&NLM_F_DUMP) {
+	if (kind == 2 && nlh->nlmsg_flags & NLM_F_DUMP) {
 		struct sock *rtnl;
 		rtnl_dumpit_func dumpit;
 		rtnl_calcit_func calcit;
-- 
1.8.3.1


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

only message in thread, other threads:[~2013-10-06 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-06 10:50 [PATCH TRIVIAL] cleanup: add spaces around bitwise operator ZHAO Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox