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 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html