Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/bpf: Fix a typo in a comment

"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>

authored by

Ilya Leoshkevich and committed by
Alexei Starovoitov
07dcbd73 49f67f39

+1 -1
+1 -1
arch/s390/net/bpf_jit_comp.c
··· 510 510 * Emit function prologue 511 511 * 512 512 * Save registers and create stack frame if necessary. 513 - * See stack frame layout desription in "bpf_jit.h"! 513 + * See stack frame layout description in "bpf_jit.h"! 514 514 */ 515 515 static void bpf_jit_prologue(struct bpf_jit *jit, u32 stack_depth) 516 516 {