Please fix this defect appropriately. linux-next MAINTAINERS section: 2009 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT 2010 M: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> 2011 M: Kamil Debski <kamil@xxxxxxxxx> 2012 M: Jeongtae Park <jtp.park@xxxxxxxxxxx> 2013 M: Andrzej Hajda <a.hajda@xxxxxxxxxxx> 2014 L: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx 2015 L: linux-media@xxxxxxxxxxxxxxx 2016 S: Maintained --> 2017 F: arch/arm/plat-samsung/s5p-dev-mfc.c 2018 F: drivers/media/platform/s5p-mfc/ Commit that introduced this: commit 7683e9e529258d01ce99216ad3be21f59eff83ec Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Sun Jul 23 16:06:21 2017 -0700 Properly alphabetize MAINTAINERS file This adds a perl script to actually parse the MAINTAINERS file, clean up some whitespace in it, warn about errors in it, and then properly sort the end result. My perl-fu is atrocious, so the script has basically been created by randomly putting various characters in a pile, mixing them around, and then looking it the end result does anything interesting when used as a perl script. Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> MAINTAINERS | 3585 +++++++++++++++++++++--------------------- scripts/parse-maintainers.pl | 77 + 2 files changed, 1868 insertions(+), 1794 deletions(-) Last commit with arch/arm/plat-samsung/s5p-dev-mfc.c commit b93b315d444faa1505b6a5e001c30f3024849e46 Author: Kukjin Kim <kgene@xxxxxxxxxx> Date: Thu Jul 30 01:48:17 2015 +0900 ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynos This patch moves s5p-dev-mfc from plat-samsung into mach-exynos because it is used for only exynos no other platforms. Cc: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> Signed-off-by: Kukjin Kim <kgene@xxxxxxxxxx> arch/arm/mach-exynos/Kconfig | 5 +++++ arch/arm/mach-exynos/Makefile | 2 ++ arch/arm/{plat-samsung => mach-exynos}/s5p-dev-mfc.c | 0 arch/arm/plat-samsung/Kconfig | 5 ----- arch/arm/plat-samsung/Makefile | 1 - 5 files changed, 7 insertions(+), 6 deletions(-)