]> git.baikalelectronics.ru Git - kernel.git/commit
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
authorJiri Slaby <jslaby@suse.cz>
Tue, 14 Jun 2022 09:05:32 +0000 (11:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 12:17:12 +0000 (14:17 +0200)
commitdae411a832af8a4bfd3ba68ab1598bbe76197458
tree493d04ace4c152212e49e405b1f58d3ec80dd96c
parent1af81f49b0829251676ec287d9eef59384f3f127
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()

The function still uses too vague parameter name after commit
d75c4930b9bd (tty/vt: consolemap: saner variable names in
set_inverse_trans_unicode()).

So use "dict" instead of "p" for that parameter too.

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220614090537.15557-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/consolemap.c