aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAmmar Faizi <ammarfaizi2@gnuweeb.org>2023-02-26 23:53:21 +0700
committerTejun Heo <tj@kernel.org>2023-03-17 11:48:36 -1000
commit2c106e156a431b9190d319f68019ebf64322bfb6 (patch)
treeddbeda4bc1ad588c87f9a37df2af84ff8a622fd5
parentMerge tag 'block-6.3-2023-03-16' of git://git.kernel.dk/linux (diff)
downloadwireguard-linux-2c106e156a431b9190d319f68019ebf64322bfb6.tar.xz
wireguard-linux-2c106e156a431b9190d319f68019ebf64322bfb6.zip
MAINTAINERS: Add workqueue_internal.h to the WORKQUEUE entry
This file doesn't have a maintainer. It should belong to the WORKQUEUE entry part. Add it to the WORKQUEUE entry. Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org> Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bb08f242c242..88a2eb2249c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22596,6 +22596,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
F: Documentation/core-api/workqueue.rst
F: include/linux/workqueue.h
F: kernel/workqueue.c
+F: kernel/workqueue_internal.h
WWAN DRIVERS
M: Loic Poulain <loic.poulain@linaro.org>