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

Configure Feed

Select the types of activity you want to include in your feed.

riscv, bpf: Fix typo in comment

We can use either "instruction" or "insn" in the comment.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Reviewed-by: Pu Lehui <pulehui@huawei.com>
Link: https://lore.kernel.org/r/20240507111618.437121-1-xiao.w.wang@intel.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Xiao Wang and committed by
Alexei Starovoitov
80c5a07a 68378982

+2 -2
+2 -2
arch/riscv/net/bpf_jit.h
··· 608 608 return rv_i_insn(0, 0, 0, 0, 0x13); 609 609 } 610 610 611 - /* RVC instrutions. */ 611 + /* RVC instructions. */ 612 612 613 613 static inline u16 rvc_addi4spn(u8 rd, u32 imm10) 614 614 { ··· 737 737 return rv_css_insn(0x6, imm, rs2, 0x2); 738 738 } 739 739 740 - /* RVZBB instrutions. */ 740 + /* RVZBB instructions. */ 741 741 static inline u32 rvzbb_sextb(u8 rd, u8 rs1) 742 742 { 743 743 return rv_i_insn(0x604, rs1, 1, rd, 0x13);