]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: rectify the INTEL IADX DRIVER entry
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 7 Mar 2020 20:57:37 +0000 (21:57 +0100)
committerVinod Koul <vkoul@kernel.org>
Wed, 11 Mar 2020 09:29:48 +0000 (14:59 +0530)
commit0acb06ffb053ff4c2f55705d5501ce630ff38d04
tree043ead9bda8e5c90861481482ddd64992e040b31
parentbf17e902330d31bb684f11e1b4469e4563600bed
MAINTAINERS: rectify the INTEL IADX DRIVER entry

Commit 3b93ca7a124d ("dmaengine: idxd: Init and probe for Intel data
accelerators") added the INTEL IADX DRIVER entry in MAINTAINERS, which
mentions include/linux/idxd.h as file entry. However, this header file was
not added in this commit, nor in any later one.

Hence, since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: include/linux/idxd.h

Drop the file entry to the non-existing file in INTEL IADX DRIVER now.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20200307205737.5829-1-lukas.bulwahn@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS