Bad MAINTAINERS pattern in section 'VIDEOBUF2 FRAMEWORK'

From: Joe Perches
Date: Fri Sep 28 2018 - 18:05:23 EST


Please fix this defect appropriately.

linux-next MAINTAINERS section:

15636 VIDEOBUF2 FRAMEWORK
15637 M: Pawel Osciak <pawel@xxxxxxxxxx>
15638 M: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
15639 M: Kyungmin Park <kyungmin.park@xxxxxxxxxxx>
15640 L: linux-media@xxxxxxxxxxxxxxx
15641 S: Maintained
--> 15642 F: drivers/media/v4l2-core/videobuf2-*
15643 F: include/media/videobuf2-*

Commit that introduced this:

commit 90d72ac6e1c3c65233a13816770fb85c8831bff2
Author: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
Date: Sat Sep 15 17:59:42 2012 -0300

MAINTAINERS: fix the path for the media drivers that got renamed

Due to the media tree path renaming, several drivers change their
location. Update MAINTAINERS accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>

MAINTAINERS | 43 +++++++++++++++++++++----------------------
1 file changed, 21 insertions(+), 22 deletions(-)

Last commit with drivers/media/v4l2-core/videobuf2-*

commit 03fbdb2fc2b8bb27b0ee0534fd3e9c57cdc3854a
Author: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>
Date: Thu Dec 21 08:29:39 2017 -0500

media: move videobuf2 to drivers/media/common

Now that VB2 is used by both V4L2 and DVB core, move it to
the common part of the subsystem.

Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>

drivers/media/common/Kconfig | 1 +
drivers/media/common/Makefile | 2 +-
drivers/media/common/videobuf/Kconfig | 31 +++++++++++++++++++++
drivers/media/common/videobuf/Makefile | 7 +++++
.../videobuf}/videobuf2-core.c | 0
.../videobuf}/videobuf2-dma-contig.c | 0
.../videobuf}/videobuf2-dma-sg.c | 0
.../{v4l2-core => common/videobuf}/videobuf2-dvb.c | 0
.../videobuf}/videobuf2-memops.c | 0
.../videobuf}/videobuf2-v4l2.c | 0
.../videobuf}/videobuf2-vmalloc.c | 0
drivers/media/v4l2-core/Kconfig | 32 ----------------------
drivers/media/v4l2-core/Makefile | 7 -----
13 files changed, 40 insertions(+), 40 deletions(-)