]> git.baikalelectronics.ru Git - kernel.git/commit
tty/vt: consolemap: rename and document struct uni_pagedir
authorJiri Slaby <jslaby@suse.cz>
Tue, 7 Jun 2022 10:49:12 +0000 (12:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 11:37:01 +0000 (13:37 +0200)
commitb6044fa84377def00267cb930fc2218045ec8c9d
treef35d0164bec5390db633627ecc3a20753306b3c4
parent11693f7641be1cf75fa72e3d495e8ab65cd356ef
tty/vt: consolemap: rename and document struct uni_pagedir

struct uni_pagedir contains 32 unicode page directories, so the name of
the structure is a bit misleading. Rename the structure to uni_pagedict,
so it looks like this:
struct uni_pagedict
  -> 32 page dirs
     -> 32 rows
       -> 64 glyphs

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220607104946.18710-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/consolemap.c
drivers/video/console/vgacon.c
include/linux/console_struct.h