Re: [PATCH] mfd/DA9055: Remove Unicode Byte Order Marks

From: Samuel Ortiz
Date: Sun Nov 11 2012 - 18:55:40 EST


Hi Geert,

On Mon, Oct 15, 2012 at 10:44:45PM +0200, Geert Uytterhoeven wrote:
> Older gcc (< 4.4) doesn't like files starting with Unicode BOMs:
>
> include/linux/mfd/da9055/core.h:1: error: stray â\357â in program
> include/linux/mfd/da9055/core.h:1: error: stray â\273â in program
> include/linux/mfd/da9055/core.h:1: error: stray â\277â in program
> include/linux/mfd/da9055/pdata.h:1: error: stray â\357â in program
> include/linux/mfd/da9055/pdata.h:1: error: stray â\273â in program
> include/linux/mfd/da9055/pdata.h:1: error: stray â\277â in program
> include/linux/mfd/da9055/reg.h:1: error: stray â\357â in program
> include/linux/mfd/da9055/reg.h:1: error: stray â\273â in program
> include/linux/mfd/da9055/reg.h:1: error: stray â\277â in program
>
> Remove the BOMs, the rest of the files is plain ASCII anyway.
>
> Output of "file" before:
>
> include/linux/mfd/da9055/core.h: UTF-8 Unicode (with BOM) C program text
> include/linux/mfd/da9055/pdata.h: UTF-8 Unicode (with BOM) C program text
> include/linux/mfd/da9055/reg.h: UTF-8 Unicode (with BOM) C program text
>
> Output of "file" after:
>
> include/linux/mfd/da9055/core.h: ASCII C program text
> include/linux/mfd/da9055/pdata.h: ASCII C program text
> include/linux/mfd/da9055/reg.h: ASCII C program text
>
> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> ---
> include/linux/mfd/da9055/core.h | 2 +-
> include/linux/mfd/da9055/pdata.h | 2 +-
> include/linux/mfd/da9055/reg.h | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Applied to my for-next branch, thanks.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/