From 0bd03239ee6264aa607d39bea3fa49e0721723bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 23 Nov 2023 15:23:52 +0100 Subject: [PATCH] MAINTAINERS: clean up POSIX area MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure documentation related to POSIX portability matches POSIX area. Signed-off-by: Benjamin Cabé --- MAINTAINERS.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index d9bcd2bb3c6..7035252fa3b 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -473,7 +473,7 @@ CMSIS API layer: - include/zephyr/portability/cmsis* - samples/subsys/portability/cmsis_rtos_v*/ - tests/subsys/portability/cmsis_rtos_v*/ - - doc/services/portability/ + - doc/services/portability/cmsis* labels: - "area: CMSIS API Layer" - "area: Portability" @@ -2249,6 +2249,7 @@ POSIX API layer: - tests/posix/ - samples/posix/ - tests/lib/fdtable/ + - doc/services/portability/posix/ labels: - "area: POSIX"