[Intel-wired-lan] [PATCH net-next] gtp: Fix inconsistent indenting

Marcin Szycik marcin.szycik at linux.intel.com
Mon Mar 14 16:41:37 UTC 2022


From: Wojciech Drewek <wojciech.drewek at intel.com>

Commit d33bd757d362("gtp: Implement GTP echo request") introduced
this issue.

Signed-off-by: Wojciech Drewek <wojciech.drewek at intel.com>
Reported-by: kernel test robot <lkp at intel.com>
---
There is no "Fixes" tag because patch that caused the
issue is not present in net yet.
---
 drivers/net/gtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c
index 756714d4ad92..a208e2b1a9af 100644
--- a/drivers/net/gtp.c
+++ b/drivers/net/gtp.c
@@ -1793,7 +1793,7 @@ static int gtp_genl_send_echo_req(struct sk_buff *skb, struct genl_info *info)
 	if (IS_ERR(rt)) {
 		netdev_dbg(gtp->dev, "no route for echo request to %pI4\n",
 			   &dst_ip);
-			   kfree_skb(skb_to_send);
+		kfree_skb(skb_to_send);
 		return -ENODEV;
 	}
 
-- 
2.35.1



More information about the Intel-wired-lan mailing list