diff options
| author | Jiri Slaby <[email protected]> | 2022-06-07 12:49:19 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-10 13:37:01 +0200 |
| commit | ad8a2142ba57212b73e614d5d86160a9c0ff8617 (patch) | |
| tree | e44ace4f08d83f2da7d198805817a5c8bdd0f41c /include/linux | |
| parent | e16cb6fe315821ef3148fa83892adca1f2a2e35a (diff) | |
tty/vt: consolemap: use | for binary addition
Unicode letters are composed as a bit shifts and sums of three values.
Use "|" and not "+" for these bit operations. The former is indeed more
appropriate.
Reviewed-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions