Searched hist:"555 b4ef79797f10079760b3c8712d9ed99c9d680" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | selection.c | diff 555b4ef79797f10079760b3c8712d9ed99c9d680 Wed Feb 19 01:39:46 CST 2020 Jiri Slaby <jslaby@suse.cz> vt: selection, localize use_unicode
use_unicode needs not be global. It is used only in set_selection_kernel and sel_pos (a callee). It is also always set there prior calling sel_pos. So make use_unicode local and rename it to plain shorter "unicode". Finally, propagate it to sel_pos via parameter.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20200219073951.16151-4-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|