Re: [PATCH] dm: core: fix typo in device.h

2020-10-26 Thread Simon Glass
On Sun, 11 Oct 2020 at 06:27, Dario Binacchi wrote: > > Replace 'a the' with 'the' in include/dm/device.h. > > Signed-off-by: Dario Binacchi > --- > > include/dm/device.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass Applied to u-boot-dm, thanks!

Re: [PATCH] dm: core: fix typo in device.h

2020-10-11 Thread Simon Glass
On Sun, 11 Oct 2020 at 06:27, Dario Binacchi wrote: > > Replace 'a the' with 'the' in include/dm/device.h. > > Signed-off-by: Dario Binacchi > --- > > include/dm/device.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass

[PATCH] dm: core: fix typo in device.h

2020-10-11 Thread Dario Binacchi
Replace 'a the' with 'the' in include/dm/device.h. Signed-off-by: Dario Binacchi --- include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dm/device.h b/include/dm/device.h index ac3b6c1b8a..993c9e6c5a 100644 --- a/include/dm/device.h +++ b/include/dm/d