From: Anthony PERARD Date: Wed, 23 Oct 2019 16:48:15 +0000 (+0100) Subject: xen: Fix strange byte in common/Kconfig X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1281 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f82eb9740cacf417576387c398c9a543ab05c60;p=xen.git xen: Fix strange byte in common/Kconfig Current description of the file by `file`: common/Kconfig: Non-ISO extended-ASCII text Change that byte to an ascii quote so the file can become properly encoded, and all ASCII. Signed-off-by: Anthony PERARD Acked-by: Andrew Cooper Release-acked-by: Juergen Gross --- diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 7b5dd9d495..5c0f8d30c7 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -386,7 +386,7 @@ config TRACEBUFFER default y ---help--- Enable tracing infrastructure and pre-defined tracepoints within Xen. - This will allow live information about Xen’s execution and performance + This will allow live information about Xen's execution and performance to be collected at run time for debugging or performance analysis. Memory and execution overhead when not active is minimal.