All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
@ 2020-05-06 20:29 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-05-06 20:29 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: David S . Miller, netdev, Joe Perches, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 9b038086f06b ("docs: networking: convert DIM to RST") added a new
file entry to DYNAMIC INTERRUPT MODERATION to the end, and not following
alphabetical order.

So, ./scripts/checkpatch.pl -f MAINTAINERS complains:

  WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic
  order
  #5966: FILE: MAINTAINERS:5966:
  +F:      lib/dim/
  +F:      Documentation/networking/net_dim.rst

Reorder the file entries to keep MAINTAINERS nicely ordered.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Jakub, please pick this minor non-urgent patch.

applies cleanly on next-20200505

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b103ff039077..92dced585e54 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5957,9 +5957,9 @@ F:	lib/dynamic_debug.c
 DYNAMIC INTERRUPT MODERATION
 M:	Tal Gilboa <talgi@mellanox.com>
 S:	Maintained
+F:	Documentation/networking/net_dim.rst
 F:	include/linux/dim.h
 F:	lib/dim/
-F:	Documentation/networking/net_dim.rst
 
 DZ DECSTATION DZ11 SERIAL DRIVER
 M:	"Maciej W. Rozycki" <macro@linux-mips.org>
-- 
2.17.1


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

* [PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
@ 2020-05-06 20:29 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-05-06 20:29 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: David S . Miller, netdev, Joe Perches, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 9b038086f06b ("docs: networking: convert DIM to RST") added a new
file entry to DYNAMIC INTERRUPT MODERATION to the end, and not following
alphabetical order.

So, ./scripts/checkpatch.pl -f MAINTAINERS complains:

  WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic
  order
  #5966: FILE: MAINTAINERS:5966:
  +F:      lib/dim/
  +F:      Documentation/networking/net_dim.rst

Reorder the file entries to keep MAINTAINERS nicely ordered.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Jakub, please pick this minor non-urgent patch.

applies cleanly on next-20200505

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b103ff039077..92dced585e54 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5957,9 +5957,9 @@ F:	lib/dynamic_debug.c
 DYNAMIC INTERRUPT MODERATION
 M:	Tal Gilboa <talgi@mellanox.com>
 S:	Maintained
+F:	Documentation/networking/net_dim.rst
 F:	include/linux/dim.h
 F:	lib/dim/
-F:	Documentation/networking/net_dim.rst
 
 DZ DECSTATION DZ11 SERIAL DRIVER
 M:	"Maciej W. Rozycki" <macro@linux-mips.org>
-- 
2.17.1

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

* Re: [PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
  2020-05-06 20:29 ` Lukas Bulwahn
@ 2020-05-06 20:45   ` Jakub Kicinski
  -1 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2020-05-06 20:45 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David S . Miller, netdev, Joe Perches, kernel-janitors, linux-kernel

On Wed,  6 May 2020 22:29:06 +0200 Lukas Bulwahn wrote:
> Commit 9b038086f06b ("docs: networking: convert DIM to RST") added a new
> file entry to DYNAMIC INTERRUPT MODERATION to the end, and not following
> alphabetical order.
> 
> So, ./scripts/checkpatch.pl -f MAINTAINERS complains:
> 
>   WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic
>   order
>   #5966: FILE: MAINTAINERS:5966:
>   +F:      lib/dim/
>   +F:      Documentation/networking/net_dim.rst
> 
> Reorder the file entries to keep MAINTAINERS nicely ordered.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Jakub Kicinski <kuba@kernel.org>

Thanks!

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

* Re: [PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
@ 2020-05-06 20:45   ` Jakub Kicinski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2020-05-06 20:45 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David S . Miller, netdev, Joe Perches, kernel-janitors, linux-kernel

On Wed,  6 May 2020 22:29:06 +0200 Lukas Bulwahn wrote:
> Commit 9b038086f06b ("docs: networking: convert DIM to RST") added a new
> file entry to DYNAMIC INTERRUPT MODERATION to the end, and not following
> alphabetical order.
> 
> So, ./scripts/checkpatch.pl -f MAINTAINERS complains:
> 
>   WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic
>   order
>   #5966: FILE: MAINTAINERS:5966:
>   +F:      lib/dim/
>   +F:      Documentation/networking/net_dim.rst
> 
> Reorder the file entries to keep MAINTAINERS nicely ordered.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Jakub Kicinski <kuba@kernel.org>

Thanks!

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

end of thread, other threads:[~2020-05-06 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 20:29 [PATCH] MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order Lukas Bulwahn
2020-05-06 20:29 ` Lukas Bulwahn
2020-05-06 20:45 ` Jakub Kicinski
2020-05-06 20:45   ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.