From: Antonio Borneo Date: Wed, 1 Jul 2015 06:15:02 +0000 (+0800) Subject: stm32f4: fix MAINTAINERS file X-Git-Tag: v2015.07~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8379c7991788f8a763a9c93612b9e9558f1a4aa3;p=platform%2Fkernel%2Fu-boot.git stm32f4: fix MAINTAINERS file When "scripts/get_maintainer.pl" parses "board/.../MAINTAINERS", it uses the line containing board name as delimiter. Without this line, the script happily mixes the lines from current board MAINTAINERS file with lines from another file. Fix it by adding a reasonable board name. Tested by comparing output of: cat board/st/stm32f429-discovery/MAINTAINERS ./scripts/get_maintainer.pl -f board/st/stm32f429-discovery Signed-off-by: Antonio Borneo To: u-boot@lists.denx.de To: Kamil Lulko Cc: Tom Rini --- diff --git a/board/st/stm32f429-discovery/MAINTAINERS b/board/st/stm32f429-discovery/MAINTAINERS index 78b0d28..641f26a 100644 --- a/board/st/stm32f429-discovery/MAINTAINERS +++ b/board/st/stm32f429-discovery/MAINTAINERS @@ -1,3 +1,4 @@ +STM32F429-DISCOVERY BOARD M: Kamil Lulko S: Maintained F: board/st/stm32f429-discovery/