linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default"
@ 2019-03-05 17:31 Colin King
  2019-03-05 20:57 ` Song Liu
  2019-03-07 10:22 ` Daniel Borkmann
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2019-03-05 17:31 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, netdev, bpf
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are a couple of typos, fix these.

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

diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index 8408ccb7409f..a79828ab273f 100644
--- a/samples/bpf/hbm.c
+++ b/samples/bpf/hbm.c
@@ -18,7 +18,7 @@
  *		Default is /hbm1
  *    -r <rate>	Rate limit in Mbps
  *    -s	Get HBM stats (marked, dropped, etc.)
- *    -t <time>	Exit after specified seconds (deault is 0)
+ *    -t <time>	Exit after specified seconds (default is 0)
  *    -w	Work conserving flag. cgroup can increase its bandwidth
  *		beyond the rate limit specified while there is available
  *		bandwidth. Current implementation assumes there is only
@@ -376,7 +376,7 @@ static void Usage(void)
 	       "               Default is /hbm1\n"
 	       "    -r <rate>  Rate in Mbps\n"
 	       "    -s         Update HBM stats\n"
-	       "    -t <time>  Exit after specified seconds (deault is 0)\n"
+	       "    -t <time>  Exit after specified seconds (default is 0)\n"
 	       "    -w	       Work conserving flag. cgroup can increase\n"
 	       "               bandwidth beyond the rate limit specified\n"
 	       "               while there is available bandwidth. Current\n"
-- 
2.20.1


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

* Re: [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default"
  2019-03-05 17:31 [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default" Colin King
@ 2019-03-05 20:57 ` Song Liu
  2019-03-07 10:22 ` Daniel Borkmann
  1 sibling, 0 replies; 3+ messages in thread
From: Song Liu @ 2019-03-05 20:57 UTC (permalink / raw)
  To: Colin King
  Cc: Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, Networking, bpf, kernel-janitors, open list

On Tue, Mar 5, 2019 at 9:41 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There are a couple of typos, fix these.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

I guess this could go to bpf tree.

Acked-by: Song Liu <songliubraving@fb.com>


> ---
>  samples/bpf/hbm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
> index 8408ccb7409f..a79828ab273f 100644
> --- a/samples/bpf/hbm.c
> +++ b/samples/bpf/hbm.c
> @@ -18,7 +18,7 @@
>   *             Default is /hbm1
>   *    -r <rate>        Rate limit in Mbps
>   *    -s       Get HBM stats (marked, dropped, etc.)
> - *    -t <time>        Exit after specified seconds (deault is 0)
> + *    -t <time>        Exit after specified seconds (default is 0)
>   *    -w       Work conserving flag. cgroup can increase its bandwidth
>   *             beyond the rate limit specified while there is available
>   *             bandwidth. Current implementation assumes there is only
> @@ -376,7 +376,7 @@ static void Usage(void)
>                "               Default is /hbm1\n"
>                "    -r <rate>  Rate in Mbps\n"
>                "    -s         Update HBM stats\n"
> -              "    -t <time>  Exit after specified seconds (deault is 0)\n"
> +              "    -t <time>  Exit after specified seconds (default is 0)\n"
>                "    -w         Work conserving flag. cgroup can increase\n"
>                "               bandwidth beyond the rate limit specified\n"
>                "               while there is available bandwidth. Current\n"
> --
> 2.20.1
>

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

* Re: [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default"
  2019-03-05 17:31 [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default" Colin King
  2019-03-05 20:57 ` Song Liu
@ 2019-03-07 10:22 ` Daniel Borkmann
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Borkmann @ 2019-03-07 10:22 UTC (permalink / raw)
  To: Colin King, Alexei Starovoitov, Martin KaFai Lau, Song Liu,
	Yonghong Song, netdev, bpf
  Cc: kernel-janitors, linux-kernel

On 03/05/2019 06:31 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There are a couple of typos, fix these.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks!

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

end of thread, other threads:[~2019-03-07 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 17:31 [PATCH][bpf-next] bpf: hbm: fix spelling mistake "deault" -> "default" Colin King
2019-03-05 20:57 ` Song Liu
2019-03-07 10:22 ` Daniel Borkmann

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