[PATCH 0/2] riscv: fix minor typos and style issues in XIP code

Kunwu Chan posted 2 patches 1 month, 2 weeks ago
Only 0 patches received!
There is a newer version of this series
arch/riscv/include/asm/xip_fixup.h | 4 ++--
arch/riscv/kernel/head.S           | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/2] riscv: fix minor typos and style issues in XIP code
Posted by Kunwu Chan 1 month, 2 weeks ago
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(-)

-- 
2.25.1
Re: [PATCH 0/2] riscv: fix minor typos and style issues in XIP code
Posted by Conor Dooley 1 month, 2 weeks ago
On Fri, Feb 13, 2026 at 05:47:37PM +0800, 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(-)

The patches should be sent in reply to the cover letter.
Re: [PATCH 0/2] riscv: fix minor typos and style issues in XIP code
Posted by Kunwu Chan 1 month, 2 weeks ago
On 2/13/26 18:47, Conor Dooley wrote:
> On Fri, Feb 13, 2026 at 05:47:37PM +0800, 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(-)
> The patches should be sent in reply to the cover letter.

Thanks. I'll resend the series properly threaded.

-- 
Thanx, Kunwu