linux-kernelorg-stable/drivers/tty/vt
Jiri Slaby (SUSE) 80a3471f59 tty: vt: do not open code DIV_ROUND_UP()
Use the designated DIV_ROUND_UP() macro instead of explicit addition
with division.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://patch.msgid.link/20251119092457.826789-2-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-11-21 18:31:27 +01:00
..
.gitignore
Makefile
conmakehash.c
consolemap.c
cp437.uni
defkeymap.c_shipped
defkeymap.map
gen_ucs_fallback_table.py
gen_ucs_recompose_table.py
gen_ucs_width_table.py
keyboard.c tty: vt/keyboard: use guard()s 2025-11-21 18:30:40 +01:00
selection.c drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits 2025-11-21 18:16:11 +01:00
ucs.c
ucs_fallback_table.h_shipped
ucs_recompose_table.h_shipped
ucs_width_table.h_shipped
vc_screen.c
vt.c tty: vt: do not open code DIV_ROUND_UP() 2025-11-21 18:31:27 +01:00
vt_ioctl.c