Re: [PATCH v4 1/8] bits: fix typo 'unsigned __init128' -> 'unsigned __int128'
From: Andy Shevchenko
Date: Wed Mar 05 2025 - 09:37:34 EST
On Wed, Mar 05, 2025 at 10:00:13PM +0900, Vincent Mailhol via B4 Relay wrote:
> From: Vincent Mailhol <mailhol.vincent@xxxxxxxxxx>
>
> "int" was misspelled as "init" in GENMASK_U128() comments. Fix the typo.
Please, fix it everywhere:
$ git grep -lw __init128
include/linux/bits.h
include/uapi/linux/const.h
tools/include/linux/bits.h
tools/include/uapi/linux/const.h
--
With Best Regards,
Andy Shevchenko