diff mbox series

[next] bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"

Message ID 20190603133653.18185-1-colin.king@canonical.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [next] bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" | expand

Commit Message

Colin Ian King June 3, 2019, 1:36 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the help information, fix this.

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

Comments

Martin KaFai Lau June 3, 2019, 5:42 p.m. UTC | #1
On Mon, Jun 03, 2019 at 02:36:53PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in the help information, fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  samples/bpf/hbm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
> index 480b7ad6a1f2..bdfce592207a 100644
> --- a/samples/bpf/hbm.c
> +++ b/samples/bpf/hbm.c
> @@ -411,7 +411,7 @@ static void Usage(void)
>  	       "    -l         also limit flows using loopback\n"
>  	       "    -n <#>     to create cgroup \"/hbm#\" and attach prog\n"
>  	       "               Default is /hbm1\n"
> -	       "    --no_cn    disable CN notifcations\n"
> +	       "    --no_cn    disable CN notifications\n"
Acked-by: Martin KaFai Lau <kafai@fb.com>

This should go to the bpf-next.
Daniel Borkmann June 4, 2019, 3:04 p.m. UTC | #2
On 06/03/2019 03:36 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in the help information, fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index 480b7ad6a1f2..bdfce592207a 100644
--- a/samples/bpf/hbm.c
+++ b/samples/bpf/hbm.c
@@ -411,7 +411,7 @@  static void Usage(void)
 	       "    -l         also limit flows using loopback\n"
 	       "    -n <#>     to create cgroup \"/hbm#\" and attach prog\n"
 	       "               Default is /hbm1\n"
-	       "    --no_cn    disable CN notifcations\n"
+	       "    --no_cn    disable CN notifications\n"
 	       "    -r <rate>  Rate in Mbps\n"
 	       "    -s         Update HBM stats\n"
 	       "    -t <time>  Exit after specified seconds (default is 0)\n"