]> git.ipfire.org Git - thirdparty/linux.git/commit
treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'
authorVincent Mailhol <mailhol.vincent@wanadoo.fr>
Wed, 5 Mar 2025 14:59:32 +0000 (23:59 +0900)
committerYury Norov <yury.norov@gmail.com>
Wed, 5 Mar 2025 17:00:03 +0000 (12:00 -0500)
commit0312e94abe484b9ee58c32d2f8ba177e04955b35
treef8ecaf36ae063434a7b38480e9fd44f14191b975
parenta30047129e0931fde80dc54785d970aefc50379d
treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'

"int" was misspelled as "init" the code comments in the bits.h and
const.h files. Fix the typo.

CC: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/bits.h
include/uapi/linux/const.h
tools/include/linux/bits.h
tools/include/uapi/linux/const.h