netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] gtp: Remove a bogus tab
@ 2022-03-17  7:56 Dan Carpenter
  2022-03-17 23:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Carpenter @ 2022-03-17  7:56 UTC (permalink / raw)
  To: Pablo Neira Ayuso
  Cc: Harald Welte, David S. Miller, Jakub Kicinski, osmocom-net-gprs,
	netdev, kernel-janitors

The "kfree_skb(skb_to_send);" is not supposed to be indented that far.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
 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.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-18  0:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-17  7:56 [PATCH net-next] gtp: Remove a bogus tab Dan Carpenter
2022-03-17 23:50 ` patchwork-bot+netdevbpf
2022-03-18  0:45   ` Jakub Kicinski

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).