[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210707181833.165-1-royujjal@gmail.com>
Date: Wed, 7 Jul 2021 23:48:33 +0530
From: UjjaL Roy <royujjal@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>,
David Ahern <dsahern@...nel.org>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] ipmr: Fix indentation issue
From: "Roy, UjjaL" <royujjal@...il.com>
Fixed indentation by removing extra spaces.
Signed-off-by: Roy, UjjaL <royujjal@...il.com>
---
net/ipv4/ipmr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c
index 7b12a40dd465..2dda856ca260 100644
--- 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() */
--
2.17.1
Powered by blists - more mailing lists