projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dea95
)
samples/bpf: Fix typos in README
author
Daniel Müller
<deso@posteo.net>
Tue, 18 Oct 2022 16:32:31 +0000
(16:32 +0000)
committer
Martin KaFai Lau
<martin.lau@kernel.org>
Wed, 19 Oct 2022 18:30:09 +0000
(11:30 -0700)
This change fixes some typos found in the BPF samples README file.
Signed-off-by: Daniel Müller <deso@posteo.net>
Acked-by: David Vernet <void@manifault.com>
Link:
https://lore.kernel.org/r/20221018163231.1926462-1-deso@posteo.net
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
samples/bpf/README.rst
patch
|
blob
|
history
diff --git
a/samples/bpf/README.rst
b/samples/bpf/README.rst
index
60c6494
..
6cfb74f
100644
(file)
--- a/
samples/bpf/README.rst
+++ b/
samples/bpf/README.rst
@@
-37,8
+37,8
@@
user, simply call::
make headers_install
-This will create
s
a local "usr/include" directory in the git/build top
-level directory, that the make system
automatically pick
up first.
+This will create a local "usr/include" directory in the git/build top
+level directory, that the make system
will automatically pick
up first.
Compiling
=========