Re: [patch 07/11] entry: Cleanup header
From: Thomas Gleixner
Date: Wed Aug 13 2025 - 17:30:31 EST
On Wed, Aug 13 2025 at 21:09, Giorgi Tchankvetadze wrote:
Please do not top-post and reply inline so there is context:
https://people.kernel.org/tglx/notes-about-netiquette
> Typo in kernel-doc:
> In irq-entry-common.h the doc line reads Pointer to currents pt_regs —
> should be Pointer to current's pt_regs (or Pointer to current->pt_regs
> depending on local style).
Good point.
> Stray blank/trailing whitespace:
> In entry-common.h there is an extra blank line inserted after the
> ARCH_SYSCALL_WORK_ENTER) macro continuation — remove the stray blank
> to avoid style/noise.
No.
>> @@ -37,6 +37,7 @@
>> SYSCALL_WORK_SYSCALL_AUDIT | \
>> SYSCALL_WORK_SYSCALL_USER_DISPATCH | \
>> ARCH_SYSCALL_WORK_ENTER)
There is no continuation of the SYSCALL_WORK_ENTER macro.
>> +
And this is an empty new line to visually seperate SYSCALL_WORK_ENTER
from SYSCALL_WORK_EXIT.
>> #define SYSCALL_WORK_EXIT (SYSCALL_WORK_SYSCALL_TRACEPOINT | \
No?
Thanks,
tglx