diff mbox series

[1/1] MAINTAINERS: assign include/log.h

Message ID 20201130080812.13885-1-xypron.glpk@gmx.de
State Accepted
Commit e405efcf4b62810bdd08974d2a928353dba8d6ae
Delegated to: Tom Rini
Headers show
Series [1/1] MAINTAINERS: assign include/log.h | expand

Commit Message

Heinrich Schuchardt Nov. 30, 2020, 8:08 a.m. UTC
include/log.h belongs to LOGGING.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

--
2.29.2

Comments

Simon Glass Nov. 30, 2020, 8:11 p.m. UTC | #1
On Mon, 30 Nov 2020 at 01:08, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> include/log.h belongs to LOGGING.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Dec. 3, 2020, 4:59 p.m. UTC | #2
On Mon, Nov 30, 2020 at 09:08:12AM +0100, Heinrich Schuchardt wrote:

> include/log.h belongs to LOGGING.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 874cf2c0e5..2625fc629c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -758,6 +758,7 @@  T:	git https://gitlab.denx.de/u-boot/u-boot.git
 F:	common/log*
 F:	cmd/log.c
 F:	doc/develop/logging.rst
+F:	include/log.h
 F:	lib/getopt.c
 F:	test/log/
 F:	test/py/tests/test_log.py