Re: [PATCH v3 02/12] mm: Introduce arch_get_unmapped_area_vmflags()

From: Edgecombe, Rick P
Date: Wed Mar 13 2024 - 10:51:58 EST


On Wed, 2024-03-13 at 07:22 +0000, Christophe Leroy wrote:
>
> Please, no new "extern", that's pointless for function prototypes and
> outdate coding style. Checkpatch --strict is likely protesting about
> it.

I was trying to match the style of the surrounding code in the headers.
Previous feedback was to not fix some alignment as well. 

But the extern in the mmap.c file was just a mistake. I can remove the
externs.