diff options
| author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2023-11-27 15:37:13 +0300 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-28 22:17:06 +0300 | 
| commit | 068ab2135b3fe0d8957f099a5b860117457825ec (patch) | |
| tree | 6af14cf538981639a38b2cec6c6101e9937f5934 /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 2ea2ac84ef357dcaf11a80b303d391fb6c2510d8 (diff) | |
| download | linux-068ab2135b3fe0d8957f099a5b860117457825ec.tar.xz | |
tty: srmcons: remove 'str_cr' and use string directly
'str_cr' contains a single character: \r. There is no need to declare it
as array. Instead, pass the character (as a string) to callback_puts()
directly. This ensures the string is in proper .rodata (const) section
and makes the code more obvious.
Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Cc: linux-alpha@vger.kernel.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231127123713.14504-5-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
