diff mbox series

[next] samples/bpf: Fix spelling mistake "recieving" -> "receiving"

Message ID 20201203114452.1060017-1-colin.king@canonical.com
State Not Applicable
Headers show
Series [next] samples/bpf: Fix spelling mistake "recieving" -> "receiving" | expand

Commit Message

Colin Ian King Dec. 3, 2020, 11:44 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 samples/bpf/xdpsock_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Björn Töpel Dec. 3, 2020, 3:15 p.m. UTC | #1
On Thu, 3 Dec 2020 at 12:46, Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Björn Töpel <bjorn.topel@intel.com>

> ---
>  samples/bpf/xdpsock_user.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/samples/bpf/xdpsock_user.c b/samples/bpf/xdpsock_user.c
> index 0fee7f3aef3c..9553c7c47fc4 100644
> --- a/samples/bpf/xdpsock_user.c
> +++ b/samples/bpf/xdpsock_user.c
> @@ -1570,7 +1570,7 @@ recv_xsks_map_fd(int *xsks_map_fd)
>
>         err = recv_xsks_map_fd_from_ctrl_node(sock, xsks_map_fd);
>         if (err) {
> -               fprintf(stderr, "Error %d recieving fd\n", err);
> +               fprintf(stderr, "Error %d receiving fd\n", err);
>                 return err;
>         }
>         return 0;
> --
> 2.29.2
>
patchwork-bot+netdevbpf@kernel.org Dec. 3, 2020, 8:20 p.m. UTC | #2
Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Thu,  3 Dec 2020 11:44:52 +0000 you wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  samples/bpf/xdpsock_user.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [next] samples/bpf: Fix spelling mistake "recieving" -> "receiving"
    https://git.kernel.org/bpf/bpf-next/c/2faa7328f53b

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

Patch

diff --git a/samples/bpf/xdpsock_user.c b/samples/bpf/xdpsock_user.c
index 0fee7f3aef3c..9553c7c47fc4 100644
--- a/samples/bpf/xdpsock_user.c
+++ b/samples/bpf/xdpsock_user.c
@@ -1570,7 +1570,7 @@  recv_xsks_map_fd(int *xsks_map_fd)
 
 	err = recv_xsks_map_fd_from_ctrl_node(sock, xsks_map_fd);
 	if (err) {
-		fprintf(stderr, "Error %d recieving fd\n", err);
+		fprintf(stderr, "Error %d receiving fd\n", err);
 		return err;
 	}
 	return 0;