projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271dbc3
)
ipmr: Fix indentation issue
author
Roy, UjjaL
<royujjal@gmail.com>
Wed, 7 Jul 2021 18:18:33 +0000
(23:48 +0530)
committer
David S. Miller
<davem@davemloft.net>
Thu, 8 Jul 2021 03:52:25 +0000
(20:52 -0700)
Fixed indentation by removing extra spaces.
Signed-off-by: Roy, UjjaL <royujjal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipmr.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ipmr.c
b/net/ipv4/ipmr.c
index 7b12a40dd465d7b10107e047f4c9f0c15a3d3117..2dda856ca260259e5626577e2b2993a6d9967aa6 100644
(file)
--- a/
net/ipv4/ipmr.c
+++ b/
net/ipv4/ipmr.c
@@
-2119,7
+2119,7
@@
int ip_mr_input(struct sk_buff *skb)
raw_rcv(mroute_sk, skb);
return 0;
}
-
}
+ }
}
/* already under rcu_read_lock() */