Re: [PATCH] riscv: fix minor typo in syscall.h comment

From: Austin Kim

Date: Mon Jan 26 2026 - 04:37:37 EST


2026년 1월 24일 (토) PM 4:55, Paul Walmsley <pjw@xxxxxxxxxx>님이 작성:
>
> On Mon, 19 Jan 2026, Austin Kim wrote:
>
> > From: Austin Kim <austin.kim@xxxxxxx>
> >
> > Some developers may be confused because RISC-V does not have
> > a register named r0. Also, orig_r0 is not available in pt_regs structure,
> > which is specific to riscv. So we had better fix this minor typo.
> >
> > Signed-off-by: Austin Kim <austin.kim@xxxxxxx>
>
> Thanks, queued for v6.20.

Great! Thank you again.

BR,
Austin Kim
>
>
> - Paul