mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 02:25:58 +00:00
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>
This commit is contained in:
parent
a30047129e
commit
0312e94abe
@ -40,7 +40,7 @@
|
|||||||
* Missing asm support
|
* Missing asm support
|
||||||
*
|
*
|
||||||
* __GENMASK_U128() depends on _BIT128() which would not work
|
* __GENMASK_U128() depends on _BIT128() which would not work
|
||||||
* in the asm code, as it shifts an 'unsigned __init128' data
|
* in the asm code, as it shifts an 'unsigned __int128' data
|
||||||
* type instead of direct representation of 128 bit constants
|
* type instead of direct representation of 128 bit constants
|
||||||
* such as long and unsigned long. The fundamental problem is
|
* such as long and unsigned long. The fundamental problem is
|
||||||
* that a 128 bit constant will get silently truncated by the
|
* that a 128 bit constant will get silently truncated by the
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
* Missing asm support
|
* Missing asm support
|
||||||
*
|
*
|
||||||
* __BIT128() would not work in the asm code, as it shifts an
|
* __BIT128() would not work in the asm code, as it shifts an
|
||||||
* 'unsigned __init128' data type as direct representation of
|
* 'unsigned __int128' data type as direct representation of
|
||||||
* 128 bit constants is not supported in the gcc compiler, as
|
* 128 bit constants is not supported in the gcc compiler, as
|
||||||
* they get silently truncated.
|
* they get silently truncated.
|
||||||
*
|
*
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
* Missing asm support
|
* Missing asm support
|
||||||
*
|
*
|
||||||
* __GENMASK_U128() depends on _BIT128() which would not work
|
* __GENMASK_U128() depends on _BIT128() which would not work
|
||||||
* in the asm code, as it shifts an 'unsigned __init128' data
|
* in the asm code, as it shifts an 'unsigned __int128' data
|
||||||
* type instead of direct representation of 128 bit constants
|
* type instead of direct representation of 128 bit constants
|
||||||
* such as long and unsigned long. The fundamental problem is
|
* such as long and unsigned long. The fundamental problem is
|
||||||
* that a 128 bit constant will get silently truncated by the
|
* that a 128 bit constant will get silently truncated by the
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
* Missing asm support
|
* Missing asm support
|
||||||
*
|
*
|
||||||
* __BIT128() would not work in the asm code, as it shifts an
|
* __BIT128() would not work in the asm code, as it shifts an
|
||||||
* 'unsigned __init128' data type as direct representation of
|
* 'unsigned __int128' data type as direct representation of
|
||||||
* 128 bit constants is not supported in the gcc compiler, as
|
* 128 bit constants is not supported in the gcc compiler, as
|
||||||
* they get silently truncated.
|
* they get silently truncated.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user