Bad MAINTAINERS pattern in section 'STI CEC DRIVER'

From: Joe Perches
Date: Fri Sep 28 2018 - 18:04:37 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

13992 STI CEC DRIVER
13993 M: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxx>
13994 S: Maintained
--> 13995 F: drivers/staging/media/st-cec/
13996 F: Documentation/devicetree/bindings/media/stih-cec.txt

Commit that introduced this:

commit 82abbea734d659b4218ad06734b4927b43261985
Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Date: Fri Jul 21 13:32:27 2017 -0700

MAINTAINERS: fix alphabetical ordering

Fix major alphabetic errors. No attempt to fix items that all begin
with the same word (like ARM, BROADCOM, DRM, EDAC, FREESCALE, INTEL,
OMAP, PCI, SAMSUNG, TI, USB, etc.).

(diffstat +/- is different by one line because TI KEYSTONE MULTICORE
had 2 blank lines after it.)

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Acked-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>

MAINTAINERS | 1683 +++++++++++++++++++++++++++++------------------------------
1 file changed, 841 insertions(+), 842 deletions(-)

Last commit with drivers/staging/media/st-cec/

commit fc4e009c6c986a8cc717dc070d65ccb60d7de91a
Author: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxx>
Date: Tue Jan 3 12:54:56 2017 -0200

[media] stih-cec: add CEC notifier support

By using the CEC notifier framework there is no longer any reason
to manually set the physical address. This was the one blocking
issue that prevented this driver from going out of staging, so do
this move as well.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxxxxxx>
Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx>
Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>

drivers/media/platform/Kconfig | 18 +++++++++++++
drivers/media/platform/Makefile | 1 +
.../st-cec => media/platform/sti/cec}/Makefile | 0
.../st-cec => media/platform/sti/cec}/stih-cec.c | 31 +++++++++++++++++++---
drivers/staging/media/Kconfig | 2 --
drivers/staging/media/Makefile | 1 -
drivers/staging/media/st-cec/Kconfig | 8 ------
drivers/staging/media/st-cec/TODO | 7 -----
8 files changed, 47 insertions(+), 21 deletions(-)