linux/drivers/video/console
Peilin Ye 7cb4150034 Fonts: Make font size unsigned in font_desc
`width` and `height` are defined as unsigned in our UAPI font descriptor
`struct console_font`. Make them unsigned in our kernel font descriptor
`struct font_desc`, too.

Also, change the corresponding printk() format identifiers from `%d` to
`%u`, in sti_select_fbfont().

Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201028105647.1210161-1-yepeilin.cs@gmail.com
2020-10-28 19:40:11 +01:00
..
dummycon.c dummycon: Sprinkle locking checks 2019-06-12 20:26:55 +02:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mdacon.c vt: use newly defined CUR_* macros 2020-06-24 17:08:33 +02:00
newport_con.c TTY/Serial patches for 5.9-rc1 2020-08-06 14:56:11 -07:00
sticon.c vt: use newly defined CUR_* macros 2020-06-24 17:08:33 +02:00
sticore.c Fonts: Make font size unsigned in font_desc 2020-10-28 19:40:11 +01:00
vgacon.c vgacon: Fix for missing check in scrollback handling 2020-08-04 09:40:35 +02:00