netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] samples/bpf: Fix spelling mistake "recieving" -> "receiving"
@ 2020-12-03 11:44 Colin King
  2020-12-03 15:15 ` Björn Töpel
  2020-12-03 20:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-12-03 11:44 UTC (permalink / raw)
  To: Mariusz Dudek, Andrii Nakryiko, Magnus Karlsson,
	Björn Töpel, netdev, bpf
  Cc: kernel-janitors, linux-kernel

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

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


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

end of thread, other threads:[~2020-12-03 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-03 11:44 [PATCH][next] samples/bpf: Fix spelling mistake "recieving" -> "receiving" Colin King
2020-12-03 15:15 ` Björn Töpel
2020-12-03 20:20 ` 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).