[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1425153210-17110-1-git-send-email-vapier@gentoo.org>
Date: Sat, 28 Feb 2015 14:53:30 -0500
From: Mike Frysinger <vapier@...too.org>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
arve@...roid.com
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 <vapier@...too.org>
---
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 <gregkh@...uxfoundation.org>
-M: Arve Hjønnevåg <arve@...roid.com>
+M: Arve Hjønnevåg <arve@...roid.com>
M: Riley Andrews <riandrews@...roid.com>
T: git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
L: devel@...verdev.osuosl.org
--
2.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists