Re: Checkpatch false positive: externs should be avoided in .c files

From: Nam Cao

Date: Wed Feb 04 2026 - 02:28:40 EST


Joe Perches <joe@xxxxxxxxxxx> writes:
> Please use the more common style like:
>
> atomic_t __section(".sdata") hart_lottery;

Ah, thanks! Will do that along with v2 patch.

Nam