From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM autolearn=no autolearn_force=no version=3.4.6 Received: from localhost.localdomain (unknown [182.253.183.169]) by gnuweeb.org (Postfix) with ESMTPSA id 017848319A; Sun, 26 Feb 2023 16:53:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1677430427; bh=9YPCw915qKVGWwoFZaFeQr5pSs3AYecYx2tLRncmlc0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fhKH07kdWHJrGkijHEtkFaa1d6Gm9C3dpfLDkTsezkgkizdWUXfpUTaZlgoOJUIT2 WaiVIOKTKS2nDFaUD21sQs0EogovchIesORpdlVX4R0ryz61CMGzfV9xrdCMpEKxVf xcpsnc+jpjBl8qEowSWjvbToJov+01FV+V0w4+TiWjDmAPsI7SBMiNbUgRe1UxDGiI zVNi0AtRU/LJbQIzffdSDwGydbh+H0xsWE80RdRxE+Fj9KJaW50e9w2J/9hGQfrbLG zGRanEoMZ7eXKIpS/Se45Xa4al+MkRvDnvOdb3CJORQoI/3jn1O9bZh3DixCDGfBJ9 1DuRke5tCCz2A== From: Ammar Faizi To: Tejun Heo Cc: Ammar Faizi , Lai Jiangshan , Linux Kernel Mailing List , GNU/Weeb Mailing List Subject: [PATCH v1 2/2] MAINTAINERS: Add workqueue_internal.h to the WORKQUEUE entry Date: Sun, 26 Feb 2023 23:53:21 +0700 Message-Id: <20230226165321.24825-3-ammarfaizi2@gnuweeb.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230226165321.24825-1-ammarfaizi2@gnuweeb.org> References: <20230226165321.24825-1-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 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 --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index eb223dcf0f62f19d..ec4e40eb58778cc7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22585,6 +22585,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 -- Ammar Faizi