From ff5daa0581cfc2407856c4633b612041f9d86c27 Mon Sep 17 00:00:00 2001 From: Nicholas Sudsgaard Date: Fri, 10 Oct 2025 08:52:16 +0900 Subject: [PATCH] MAINTAINERS: Remove '/' from the beginning of paths This also adds a missing trailing '/' to util/gitconfig, as this is a directory. Change-Id: Ib45dbf161b773cd89ad5acee183aeceac4d29584 Signed-off-by: Nicholas Sudsgaard Reviewed-on: https://review.coreboot.org/c/coreboot/+/89506 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1c6e0a79f5..ff6e32b626 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -889,8 +889,8 @@ M: Piotr Król M: Michał Żygowski M: Frans Hendriks S: Maintained -F: /src/soc/intel/braswell/ -F: /src/vendorcode/intel/fsp/fsp1_1/braswell/ +F: src/soc/intel/braswell/ +F: src/vendorcode/intel/fsp/fsp1_1/braswell/ INTEL CANNONLAKE SOC S: Orphan @@ -1058,7 +1058,7 @@ F: util/docker/ GIT F: .git* -F: /util/gitconfig +F: util/gitconfig/ HDA DECODER M: Nicholas Sudsgaard