[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191007082636.14686-1-anton.ivanov@cambridgegreys.com>
Date: Mon, 7 Oct 2019 09:26:36 +0100
From: Anton Ivanov <anton.ivanov@...bridgegreys.com>
To: bpf@...r.kernel.org
Cc: ast@...nel.org, daniel@...earbox.net, kafai@...com, yhs@...com,
netdev@...r.kernel.org,
Anton Ivanov <anton.ivanov@...bridgegreys.com>
Subject: [PATCH] samples: Trivial - fix spelling mistake in usage
Signed-off-by: Anton Ivanov <anton.ivanov@...bridgegreys.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 d08ee1ab7bb4..eb78159376eb 100644
--- a/samples/bpf/xdpsock_user.c
+++ b/samples/bpf/xdpsock_user.c
@@ -361,7 +361,7 @@ static void usage(const char *prog)
" -q, --queue=n Use queue n (default 0)\n"
" -p, --poll Use poll syscall\n"
" -S, --xdp-skb=n Use XDP skb-mod\n"
- " -N, --xdp-native=n Enfore XDP native mode\n"
+ " -N, --xdp-native=n Enforce XDP native mode\n"
" -n, --interval=n Specify statistics update interval (default 1 sec).\n"
" -z, --zero-copy Force zero-copy mode.\n"
" -c, --copy Force copy mode.\n"
--
2.20.1
Powered by blists - more mailing lists