The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
Signed-off-by: Peter Maydell <[email protected]> --- Noticed this because my recent patchset which touched gdbstub.h didn't cause check-maintainers to add the gdb stub maintainers automatically. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8d8b0bf966d..f5e27502435 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2336,6 +2336,7 @@ M: Alex Bennée <[email protected]> R: Philippe Mathieu-Daudé <[email protected]> S: Maintained F: gdbstub* +F: include/exec/gdbstub.h F: gdb-xml/ F: tests/tcg/multiarch/gdbstub/ -- 2.20.1
