diff mbox series

[bpf-next] samples/bpf: Fix two typos

Message ID 20221017232201.1257089-1-deso@posteo.net (mailing list archive)
State Changes Requested
Delegated to: BPF
Headers show
Series [bpf-next] samples/bpf: Fix two typos | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for bpf-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 8 maintainers not CCed: sdf@google.com john.fastabend@gmail.com yhs@fb.com haoluo@google.com jolsa@kernel.org kpsingh@kernel.org song@kernel.org martin.lau@linux.dev
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 10 lines checked
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
bpf/vmtest-bpf-next-PR fail PR summary
bpf/vmtest-bpf-next-VM_Test-4 success Logs for llvm-toolchain
bpf/vmtest-bpf-next-VM_Test-5 success Logs for set-matrix
bpf/vmtest-bpf-next-VM_Test-1 success Logs for build for s390x with gcc
bpf/vmtest-bpf-next-VM_Test-2 success Logs for build for x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-3 success Logs for build for x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-7 success Logs for test_maps on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-13 success Logs for test_progs_no_alu32 on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-14 success Logs for test_progs_no_alu32 on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-16 success Logs for test_verifier on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-17 success Logs for test_verifier on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-8 success Logs for test_maps on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-10 success Logs for test_progs on x86_64 with gcc
bpf/vmtest-bpf-next-VM_Test-11 success Logs for test_progs on x86_64 with llvm-16
bpf/vmtest-bpf-next-VM_Test-6 success Logs for test_maps on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-9 fail Logs for test_progs on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-12 success Logs for test_progs_no_alu32 on s390x with gcc
bpf/vmtest-bpf-next-VM_Test-15 success Logs for test_verifier on s390x with gcc

Commit Message

Daniel Müller Oct. 17, 2022, 11:22 p.m. UTC
This change fixes two typos in the BPF samples README file.

Signed-off-by: Daniel Müller <deso@posteo.net>
---
 samples/bpf/README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

David Vernet Oct. 18, 2022, 2:11 a.m. UTC | #1
On Mon, Oct 17, 2022 at 11:22:01PM +0000, Daniel Müller wrote:
> This change fixes two typos in the BPF samples README file.
> 
> Signed-off-by: Daniel Müller <deso@posteo.net>
> ---
>  samples/bpf/README.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst
> index 60c649..f98c26 100644
> --- a/samples/bpf/README.rst
> +++ b/samples/bpf/README.rst
> @@ -37,8 +37,8 @@ user, simply call::
>  
>   make headers_install
>  
> -This will creates a local "usr/include" directory in the git/build top
> -level directory, that the make system automatically pickup first.
> +This will create a local "usr/include" directory in the git/build top
> +level directory, that the make system will automatically pickup first.

LGTM

While you're here, could you please also change "pickup" to "pick up"?
"Pickup" is a noun, "pick up" is a verb. If you do make this change, the
commit title + summary should also be updated to not say "two".

Acked-by: David Vernet <void@manifault.com>
diff mbox series

Patch

diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst
index 60c649..f98c26 100644
--- a/samples/bpf/README.rst
+++ b/samples/bpf/README.rst
@@ -37,8 +37,8 @@  user, simply call::
 
  make headers_install
 
-This will creates a local "usr/include" directory in the git/build top
-level directory, that the make system automatically pickup first.
+This will create a local "usr/include" directory in the git/build top
+level directory, that the make system will automatically pickup first.
 
 Compiling
 =========