Re: [PATCH 02/17] sandbox: Add missing comments for os_alarm()

2022-11-07 Thread Simon Glass
Hi Heinrich, On Sat, 5 Nov 2022 at 17:39, Heinrich Schuchardt wrote: > > On 10/30/22 02:47, Simon Glass wrote: > > Add the documentation to avoid a warning with 'make htmldocs'. > > > > Fixes: 10107efedd5 ("sandbox: add SIGALRM-based watchdog device") > > > > Signed-off-by: Simon Glass > > --- >

Re: [PATCH 02/17] sandbox: Add missing comments for os_alarm()

2022-11-05 Thread Heinrich Schuchardt
On 10/30/22 02:47, Simon Glass wrote: Add the documentation to avoid a warning with 'make htmldocs'. Fixes: 10107efedd5 ("sandbox: add SIGALRM-based watchdog device") Signed-off-by: Simon Glass --- include/os.h | 4 1 file changed, 4 insertions(+) diff --git a/include/os.h b/include/

Re: [PATCH 02/17] sandbox: Add missing comments for os_alarm()

2022-11-05 Thread Simon Glass
Add the documentation to avoid a warning with 'make htmldocs'. Fixes: 10107efedd5 ("sandbox: add SIGALRM-based watchdog device") Signed-off-by: Simon Glass --- include/os.h | 4 1 file changed, 4 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 02/17] sandbox: Add missing comments for os_alarm()

2022-10-29 Thread Simon Glass
Add the documentation to avoid a warning with 'make htmldocs'. Fixes: 10107efedd5 ("sandbox: add SIGALRM-based watchdog device") Signed-off-by: Simon Glass --- include/os.h | 4 1 file changed, 4 insertions(+) diff --git a/include/os.h b/include/os.h index 54874f5e0e8..0415f0f0e7a 100644