mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +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
4 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue