* [Intel-wired-lan] [PATCH net-next] gtp: Fix inconsistent indenting
@ 2022-03-14 16:41 Marcin Szycik
0 siblings, 0 replies; only message in thread
From: Marcin Szycik @ 2022-03-14 16:41 UTC (permalink / raw)
To: intel-wired-lan
From: Wojciech Drewek <wojciech.drewek@intel.com>
Commit d33bd757d362("gtp: Implement GTP echo request") introduced
this issue.
Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
Reported-by: kernel test robot <lkp@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-14 16:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-14 16:41 [Intel-wired-lan] [PATCH net-next] gtp: Fix inconsistent indenting Marcin Szycik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox