Jiri Slaby d524e1c764 tty/vt: consolemap: saner variable names in set_inverse_transl()
The function uses too vague variable names like i, j, k for iterators, p,
q, p1, p2 for pointers etc.

Rename all these, so that it is clear what is going on:
- dict: for dictionaries.
- d, r, g: for dir, row, glyph iterators -- these are unsigned now.
- dir, row: for directory and row pointers.
- glyph: for the glyph.
- and so on...

This is a lot of shuffling, but the result pays off, IMO.

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-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-06-27 14:17:12 +02:00
..
2022-06-04 13:42:53 -07:00
2021-07-27 12:17:21 +02:00
2022-01-31 14:30:06 +01:00
2022-06-20 09:32:47 +02:00
2022-05-19 18:26:16 +02:00
2021-07-27 12:17:21 +02:00
2021-10-21 12:35:35 +02:00
2021-10-21 12:35:35 +02:00
2022-06-10 13:32:52 +02:00
2022-05-19 18:26:17 +02:00
2021-12-20 10:00:30 +01:00
2021-07-27 12:17:21 +02:00
2022-05-19 18:26:17 +02:00
2022-06-10 13:32:52 +02:00
2022-05-19 18:26:17 +02:00
2021-04-15 10:32:17 +02:00
2021-07-27 12:17:21 +02:00
2021-07-27 12:17:21 +02:00