Re: [PATCH 1/4] treewide: convert ISO_8859-1 text comments to utf-8

From: Michael Ellerman
Date: Wed Jul 25 2018 - 00:20:40 EST


Arnd Bergmann <arnd@xxxxxxxx> writes:

> Almost all files in the kernel are either plain text or UTF-8
> encoded. A couple however are ISO_8859-1, usually just a few
> characters in a C comments, for historic reasons.
>
> This converts them all to UTF-8 for consistency.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
...
> drivers/crypto/vmx/ghashp8-ppc.pl | 12 +-
...
> diff --git a/drivers/crypto/vmx/ghashp8-ppc.pl b/drivers/crypto/vmx/ghashp8-ppc.pl
> index f746af271460..38b06503ede0 100644
> --- a/drivers/crypto/vmx/ghashp8-ppc.pl
> +++ b/drivers/crypto/vmx/ghashp8-ppc.pl
> @@ -129,9 +129,9 @@ $code=<<___;
> le?vperm $IN,$IN,$IN,$lemask
> vxor $zero,$zero,$zero
>
> - vpmsumd $Xl,$IN,$Hl # H.loXi.lo
> - vpmsumd $Xm,$IN,$H # H.hiXi.lo+H.loXi.hi
> - vpmsumd $Xh,$IN,$Hh # H.hiXi.hi
> + vpmsumd $Xl,$IN,$Hl # H.loÂXi.lo
> + vpmsumd $Xm,$IN,$H # H.hiÂXi.lo+H.loÂXi.hi
> + vpmsumd $Xh,$IN,$Hh # H.hiÂXi.hi
>
> vpmsumd $t2,$Xl,$xC2 # 1st phase
>
> @@ -187,11 +187,11 @@ $code=<<___;
> .align 5
> Loop:
> subic $len,$len,16
> - vpmsumd $Xl,$IN,$Hl # H.loXi.lo
> + vpmsumd $Xl,$IN,$Hl # H.loÂXi.lo
> subfe. r0,r0,r0 # borrow?-1:0
> - vpmsumd $Xm,$IN,$H # H.hiXi.lo+H.loXi.hi
> + vpmsumd $Xm,$IN,$H # H.hiÂXi.lo+H.loÂXi.hi
> and r0,r0,$len
> - vpmsumd $Xh,$IN,$Hh # H.hiXi.hi
> + vpmsumd $Xh,$IN,$Hh # H.hiÂXi.hi
> add $inp,$inp,r0
>
> vpmsumd $t2,$Xl,$xC2 # 1st phase

Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc)

cheers