projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f67f3
)
s390/bpf: Fix a typo in a comment
author
Ilya Leoshkevich
<iii@linux.ibm.com>
Sat, 28 Jan 2023 00:06:45 +0000
(
01:06
+0100)
committer
Alexei Starovoitov
<ast@kernel.org>
Sat, 28 Jan 2023 20:45:15 +0000
(12:45 -0800)
"desription" should be "description".
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link:
https://lore.kernel.org/r/20230128000650.1516334-27-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/s390/net/bpf_jit_comp.c
patch
|
blob
|
history
diff --git
a/arch/s390/net/bpf_jit_comp.c
b/arch/s390/net/bpf_jit_comp.c
index af35052d06ed611a409a8d65433eedbb0894c6ce..eb1a78c0e6a88e4aae8b6e292ce95a582f78149f 100644
(file)
--- a/
arch/s390/net/bpf_jit_comp.c
+++ b/
arch/s390/net/bpf_jit_comp.c
@@
-510,7
+510,7
@@
static void bpf_skip(struct bpf_jit *jit, int size)
* Emit function prologue
*
* Save registers and create stack frame if necessary.
- * See stack frame layout desription in "bpf_jit.h"!
+ * See stack frame layout des
c
ription in "bpf_jit.h"!
*/
static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth)
{