Re: [PATCH] riscv: insn-def.h: Fix header guard

2025-05-08 Thread Leo Liang
On Mon, Apr 28, 2025 at 04:48:45AM +, Mayuresh Chitale wrote: > Fix the erroneous header guard for insn-def.h to reflect the correct > header name. > > Fixes: bfc8ca3f7f6 ("riscv: Add support for defining instructions") > Signed-off-by: Mayuresh Chitale > --- > arch/riscv/include/asm/insn-de

[PATCH] riscv: insn-def.h: Fix header guard

2025-04-27 Thread Mayuresh Chitale
Fix the erroneous header guard for insn-def.h to reflect the correct header name. Fixes: bfc8ca3f7f6 ("riscv: Add support for defining instructions") Signed-off-by: Mayuresh Chitale --- arch/riscv/include/asm/insn-def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ar