projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c185b
)
samples/bpf: Fix spelling mistake "recieving" -> "receiving"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 3 Dec 2020 11:44:52 +0000
(11:44 +0000)
committer
Andrii Nakryiko
<andrii@kernel.org>
Thu, 3 Dec 2020 20:18:02 +0000
(12:18 -0800)
There is a spelling mistake in an error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Link:
https://lore.kernel.org/bpf/20201203114452.1060017-1-colin.king@canonical.com
samples/bpf/xdpsock_user.c
patch
|
blob
|
history
diff --git
a/samples/bpf/xdpsock_user.c
b/samples/bpf/xdpsock_user.c
index 74a578f880b5d949c7e2063f5069e1aeaee93b56..568f9815bb1bd2d416fd942740819767b293ef4e 100644
(file)
--- 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 rec
ie
ving fd\n", err);
+ fprintf(stderr, "Error %d rec
ei
ving fd\n", err);
return err;
}
return 0;