mbox series

[v2,0/2] tty/vt: Cleanups for keyboard driver

Message ID cover.1740141518.git.legion@kernel.org
Headers show
Series tty/vt: Cleanups for keyboard driver | expand

Message

Alexey Gladkov Feb. 21, 2025, 12:43 p.m. UTC
This is a few minor cleanups I found in keybord driver. There's nothing
important here and these changes just slightly improve readability.

---
v2:
* Removed the faulty use of KVAL for npadch_value.

Alexey Gladkov (2):
  tty/vt: Use KVAL instead of use bit operation
  tty/vt: Gather the code that outputs char with utf8 in mind

 drivers/tty/vt/keyboard.c | 37 +++++++++++++++----------------------
 1 file changed, 15 insertions(+), 22 deletions(-)