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)
commit4173f018aae16b6496d292c234b858241f85254f
treef35d0164bec5390db633627ecc3a20753306b3c4
parent17945d317a523212831049147d7d9dd0fff9969f
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