Re: [PATCH 1/3] kbuild: Correct missing architecture-specific hyphens

From: Randy Dunlap
Date: Sat Oct 28 2023 - 12:00:54 EST




On 10/28/23 02:50, Masahiro Yamada wrote:
> On Thu, Oct 26, 2023 at 4:27 PM Simon Glass <sjg@xxxxxxxxxxxx> wrote:
>>
>> These should add a hyphen to indicate that it makes a adjective. Fix
>> them.
>>
>> Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx>
>> ---
>
>
> This is trivial.
> Applied to linux-kbuild. Thanks.
>
>
> git grep -i 'arch specific'
>
> or
>
> git grep -i 'architecture specific'
>
> finds similar patterns, but presumably we are not
> keen on fixing them tree-wide.

or '32 bit', '64 bit', but I agree with "not keen on
fixing them tree-wide."


--
~Randy