2015-02-28 19:53:49

by Mike Frysinger

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: fix file encoding

This file is largely UTF-8 except for this one entry which is ISO-8859-1.
By mixing the encodings, grep thinks the file is binary.

Signed-off-by: Mike Frysinger <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index eaf9996..7ee86dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -725,7 +725,7 @@ F: staging/iio/trigger/iio-trig-bfin-timer.c

ANDROID DRIVERS
M: Greg Kroah-Hartman <[email protected]>
-M: Arve Hj?nnev?g <[email protected]>
+M: Arve Hjønnevåg <[email protected]>
M: Riley Andrews <[email protected]>
T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
L: [email protected]
--
2.3.1


2015-03-01 04:03:27

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: fix file encoding

On Sat, Feb 28, 2015 at 02:53:30PM -0500, Mike Frysinger wrote:
> This file is largely UTF-8 except for this one entry which is ISO-8859-1.
> By mixing the encodings, grep thinks the file is binary.
>
> Signed-off-by: Mike Frysinger <[email protected]>

Acked-by: Greg Kroah-Hartman <[email protected]>