* [PATCH] samples, bpf: fix the typo of sample
@ 2022-09-27 19:25 Deming Wang
2022-09-30 22:10 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2022-09-27 19:25 UTC (permalink / raw)
To: ast, daniel, davem, kuba, hawk, john.fastabend, andrii
Cc: martin.lau, song, yhs, kpsingh, sdf, haoluo, jolsa, netdev, bpf,
linux-kernel, Deming Wang
fix the typo of the enty.
Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
samples/bpf/xdp_router_ipv4_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/bpf/xdp_router_ipv4_user.c b/samples/bpf/xdp_router_ipv4_user.c
index 294fc15ad1cb..683913bbf279 100644
--- a/samples/bpf/xdp_router_ipv4_user.c
+++ b/samples/bpf/xdp_router_ipv4_user.c
@@ -209,7 +209,7 @@ static void read_route(struct nlmsghdr *nh, int nll)
/* Rereading the route table to check if
* there is an entry with the same
* prefix but a different metric as the
- * deleted enty.
+ * deleted entry.
*/
get_route_table(AF_INET);
} else if (prefix_key->data[0] ==
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] samples, bpf: fix the typo of sample
2022-09-27 19:25 [PATCH] samples, bpf: fix the typo of sample Deming Wang
@ 2022-09-30 22:10 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-30 22:10 UTC (permalink / raw)
To: Deming Wang
Cc: ast, daniel, davem, kuba, hawk, john.fastabend, andrii,
martin.lau, song, yhs, kpsingh, sdf, haoluo, jolsa, netdev, bpf,
linux-kernel
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Tue, 27 Sep 2022 15:25:27 -0400 you wrote:
> fix the typo of the enty.
>
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
> samples/bpf/xdp_router_ipv4_user.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- samples, bpf: fix the typo of sample
https://git.kernel.org/bpf/bpf-next/c/b59cc7fcbaeb
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] 2+ messages in thread
end of thread, other threads:[~2022-09-30 22:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27 19:25 [PATCH] samples, bpf: fix the typo of sample Deming Wang
2022-09-30 22:10 ` patchwork-bot+netdevbpf
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).