Re: [PATCH] MAINTAINERS: Add documentation files to the corresponding sections

2022-12-12 Thread Philippe Mathieu-Daudé
On 12/12/22 18:48, Thomas Huth wrote: A lot of files in the docs directory do not have a maintainer according to our MAINTAINERS file, though they can be clearly associated with one of the sections in there. Add the files now so that our scripts/get_maintainer.pl script can output the right maint

[PATCH] MAINTAINERS: Add documentation files to the corresponding sections

2022-12-12 Thread Thomas Huth
A lot of files in the docs directory do not have a maintainer according to our MAINTAINERS file, though they can be clearly associated with one of the sections in there. Add the files now so that our scripts/get_maintainer.pl script can output the right maintainer for them. Signed-off-by: Thomas H