linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Bad MAINTAINERS pattern in section 'PARALLEL LCD/KEYPAD PANEL DRIVER'
@ 2018-09-28 22:01 Joe Perches
  2018-09-30 11:44 ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2018-09-28 22:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Willy Tarreau, Ksenija Stanojevic, Geert Uytterhoeven,
	Andy Shevchenko, Greg Kroah-Hartman

Please fix this defect appropriately.

linux-next MAINTAINERS section:

	11056	PARALLEL LCD/KEYPAD PANEL DRIVER
	11057	M:	Willy Tarreau <willy@haproxy.com>
	11058	M:	Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
	11059	S:	Odd Fixes
	11060	F:	Documentation/auxdisplay/lcd-panel-cgram.txt
-->	11061	F:	drivers/misc/panel.c

Commit that introduced this:

commit 7683e9e529258d01ce99216ad3be21f59eff83ec
 Author: Linus Torvalds <torvalds@linux-foundation.org>
 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@linux-foundation.org>
 
  MAINTAINERS                  | 3585 +++++++++++++++++++++---------------------
  scripts/parse-maintainers.pl |   77 +
  2 files changed, 1868 insertions(+), 1794 deletions(-)

Last commit with drivers/misc/panel.c

commit 51c1e9b554c996284d5d3bd44da829f41a49a21b
Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date:   Tue Apr 4 20:25:21 2017 +0300

    auxdisplay: Move panel.c to drivers/auxdisplay folder
    
    It looks like panel.c belongs to auxdisplay subsystem.
    
    Move it to drivers/auxdisplay folder.
    No functional changes intended.
    
    Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

 drivers/auxdisplay/Kconfig           | 280 +++++++++++++++++++++++++++++++++++
 drivers/auxdisplay/Makefile          |   1 +
 drivers/{misc => auxdisplay}/panel.c |   0
 drivers/misc/Kconfig                 | 280 -----------------------------------
 drivers/misc/Makefile                |   1 -
 5 files changed, 281 insertions(+), 281 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bad MAINTAINERS pattern in section 'PARALLEL LCD/KEYPAD PANEL DRIVER'
  2018-09-28 22:01 Bad MAINTAINERS pattern in section 'PARALLEL LCD/KEYPAD PANEL DRIVER' Joe Perches
@ 2018-09-30 11:44 ` Miguel Ojeda
  2018-09-30 13:42   ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2018-09-30 11:44 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, willy, Ksenija Stanojevic, Geert Uytterhoeven,
	Andy Shevchenko, Greg KH

Hi Joe,

On Sat, Sep 29, 2018 at 12:03 AM Joe Perches <joe@perches.com> wrote:
>
> Please fix this defect appropriately.

Thanks, will send a PR.

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bad MAINTAINERS pattern in section 'PARALLEL LCD/KEYPAD PANEL DRIVER'
  2018-09-30 11:44 ` Miguel Ojeda
@ 2018-09-30 13:42   ` Miguel Ojeda
  0 siblings, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2018-09-30 13:42 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, willy, Ksenija Stanojevic, Geert Uytterhoeven,
	Andy Shevchenko, Greg KH

On Sun, Sep 30, 2018 at 1:44 PM Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:
>
> On Sat, Sep 29, 2018 at 12:03 AM Joe Perches <joe@perches.com> wrote:
> >
> > Please fix this defect appropriately.
>
> Thanks, will send a PR.
>

Done & merged by Greg.

Cheers,
Miguel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-30 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28 22:01 Bad MAINTAINERS pattern in section 'PARALLEL LCD/KEYPAD PANEL DRIVER' Joe Perches
2018-09-30 11:44 ` Miguel Ojeda
2018-09-30 13:42   ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).