Re: [PATCH RESEND 0/2] riscv: fix minor typos and style issues in XIP code
From: Paul Walmsley
Date: Wed Mar 18 2026 - 19:24:25 EST
Hi,
On Sat, 14 Feb 2026, Kunwu Chan wrote:
> Fix a few minor issues found in riscv XIP-related code:
>
> - xip_fixup.h: comment typo (_start vs _sdata) and spaces-vs-tab
> - head.S: spelling typo and wrong #endif comment
>
> Kunwu Chan (2):
> riscv: xip_fixup.h: fix comment typo and whitespace issue
> riscv: head.S: fix typo and wrong #endif comment
>
> arch/riscv/include/asm/xip_fixup.h | 4 ++--
> arch/riscv/kernel/head.S | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Please see:
https://lore.kernel.org/linux-riscv/609b889a-8bb1-d2b5-8de6-ddeec27cac04@xxxxxxxxxx/
- Paul