OSDN Git Service

MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 6 May 2020 20:29:06 +0000 (22:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 03:12:33 +0000 (20:12 -0700)
commitb0956956bbd7b8c93112269a1e9c8309b0ceb0e7
tree2e4c8055a206110e3b3775f8589befaa620d1017
parentd3f3e6acb26b171e4572aaaafc7d2e918b35be35
MAINTAINERS: put DYNAMIC INTERRUPT MODERATION in proper order

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS