All of lore.kernel.org
 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

* Re: [PATCH net-next] gtp: Remove a bogus tab
  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
  0 siblings, 1 reply; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-17 23:50 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: pablo, laforge, davem, kuba, osmocom-net-gprs, netdev, kernel-janitors

Hello:

This patch was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Thu, 17 Mar 2022 10:56:42 +0300 you wrote:
> 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(-)

Here is the summary with links:
  - [net-next] gtp: Remove a bogus tab
    https://git.kernel.org/netdev/net-next/c/02f393381d14

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH net-next] gtp: Remove a bogus tab
  2022-03-17 23:50 ` patchwork-bot+netdevbpf
@ 2022-03-18  0:45   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2022-03-18  0:45 UTC (permalink / raw)
  To: patchwork-bot+netdevbpf
  Cc: Dan Carpenter, pablo, laforge, davem, osmocom-net-gprs, netdev,
	kernel-janitors

On Thu, 17 Mar 2022 23:50:12 +0000 patchwork-bot+netdevbpf@kernel.org
wrote:
> Hello:
> 
> This patch was applied to netdev/net-next.git (master)
> by Tony Nguyen <anthony.l.nguyen@intel.com>:
> 
> On Thu, 17 Mar 2022 10:56:42 +0300 you wrote:
> > 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(-)  
> 
> Here is the summary with links:
>   - [net-next] gtp: Remove a bogus tab
>     https://git.kernel.org/netdev/net-next/c/02f393381d14

Not really, the patch that got applied was the version from Wojciech.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.