Re: [PATCH 09/12] log: Fix the comment for struct log_driver()

2020-09-27 Thread Heinrich Schuchardt
Am 28. September 2020 02:46:21 MESZ schrieb Simon Glass : >This is missing a comment for the 'emit' member. Add it. > >Signed-off-by: Simon Glass >--- > > include/log.h | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/include/log.h b/include/log.h >index dc1b6b5e4c6..b49f5c99859 100644 >---

[PATCH 09/12] log: Fix the comment for struct log_driver()

2020-09-27 Thread Simon Glass
This is missing a comment for the 'emit' member. Add it. Signed-off-by: Simon Glass --- include/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/log.h b/include/log.h index dc1b6b5e4c6..b49f5c99859 100644 --- a/include/log.h +++ b/include/log.h @@ -304,6 +304,7 @@ struct log_de