diff mbox series

samples: bpf: Fix a spelling typo in do_hbm_test.sh

Message ID 20210315124454.1744594-1-standby24x7@gmail.com (mailing list archive)
State Accepted
Commit d94436a5d1a0ac8bcad29eb6735384940ae15603
Delegated to: BPF
Headers show
Series samples: bpf: Fix a spelling typo in do_hbm_test.sh | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Masanari Iida March 15, 2021, 12:44 p.m. UTC
This patch fixes a spelling typo in do_hbm_test.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 samples/bpf/do_hbm_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrii Nakryiko March 16, 2021, 5:18 a.m. UTC | #1
On Mon, Mar 15, 2021 at 5:45 AM Masanari Iida <standby24x7@gmail.com> wrote:
>
> This patch fixes a spelling typo in do_hbm_test.sh
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---

Thanks, applied to bpf-next. For the future patches, please use [PATCH
bpf-next] subject prefix if you are sending patches against bpf-next
tree (of [PATCH bpf], if it's against bpf tree).

>  samples/bpf/do_hbm_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
> index 21790ea5c460..38e4599350db 100755
> --- a/samples/bpf/do_hbm_test.sh
> +++ b/samples/bpf/do_hbm_test.sh
> @@ -10,7 +10,7 @@
>  Usage() {
>    echo "Script for testing HBM (Host Bandwidth Manager) framework."
>    echo "It creates a cgroup to use for testing and load a BPF program to limit"
> -  echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
> +  echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
>    echo "loads. The output is the goodput in Mbps (unless -D was used)."
>    echo ""
>    echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"
> --
> 2.25.0
>
patchwork-bot+netdevbpf@kernel.org March 16, 2021, 5:20 a.m. UTC | #2
Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Mon, 15 Mar 2021 21:44:54 +0900 you wrote:
> This patch fixes a spelling typo in do_hbm_test.sh
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  samples/bpf/do_hbm_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - samples: bpf: Fix a spelling typo in do_hbm_test.sh
    https://git.kernel.org/bpf/bpf-next/c/d94436a5d1a0

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
index 21790ea5c460..38e4599350db 100755
--- a/samples/bpf/do_hbm_test.sh
+++ b/samples/bpf/do_hbm_test.sh
@@ -10,7 +10,7 @@ 
 Usage() {
   echo "Script for testing HBM (Host Bandwidth Manager) framework."
   echo "It creates a cgroup to use for testing and load a BPF program to limit"
-  echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
+  echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
   echo "loads. The output is the goodput in Mbps (unless -D was used)."
   echo ""
   echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"