]> xenbits.xensource.com Git - xen.git/commit
xen/x86: Use const char * for string literals (2)
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 19 Jul 2023 10:57:46 +0000 (11:57 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 26 Jul 2023 12:58:27 +0000 (13:58 +0100)
commit90732a8b4cb554254af473d0e570daf6b8c987a7
tree65af5b5c0dd3e97355b11cf959ff6cdb7149a298
parent9895e3374237267697bd505c04810d2d10e42c7b
xen/x86: Use const char * for string literals (2)

This hunk was accidentally missing from a previous change.

Fixes: d642c0706678 ("xen/x86: Use const char * for string literals")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/setup.c