diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-04-30 21:03:10 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-05-04 22:22:59 +0200 |
commit | 94bd83e45acdd72b81545ff25324a13bc5cae54e (patch) | |
tree | 3f5d2f5e98d180d44794feb43cb3f1d9418b8200 /arch/mips/net | |
parent | mips: dts: ingenic: x1000: Add PWM device tree node (diff) | |
download | linux-94bd83e45acdd72b81545ff25324a13bc5cae54e.tar.xz linux-94bd83e45acdd72b81545ff25324a13bc5cae54e.zip |
MIPS: fix typos in comments
Various spelling mistakes in comments.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/net')
-rw-r--r-- | arch/mips/net/bpf_jit_comp32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/net/bpf_jit_comp32.c b/arch/mips/net/bpf_jit_comp32.c index 044b11b65bca..83c975d5cca2 100644 --- a/arch/mips/net/bpf_jit_comp32.c +++ b/arch/mips/net/bpf_jit_comp32.c @@ -722,7 +722,7 @@ static void emit_atomic_r32(struct jit_context *ctx, 0, JIT_RESERVED_STACK); /* * Argument 1: dst+off if xchg, otherwise src, passed in register a0 - * Argument 2: src if xchg, othersize dst+off, passed in register a1 + * Argument 2: src if xchg, otherwise dst+off, passed in register a1 */ emit(ctx, move, MIPS_R_T9, dst); if (code == BPF_XCHG) { |