Re: [PATCH] dm: fix mis-word in SPL_DM description

2022-07-26 Thread Simon Glass
On Wed, 13 Jul 2022 at 10:42, Oleksandr Suvorov wrote: > > Replace logically correct word in the description. > > Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support") > Signed-off-by: Oleksandr Suvorov > --- > > drivers/core/Kconfig | 2 +- > 1 file changed, 1 insertion(+)

Re: [PATCH] dm: fix mis-word in SPL_DM description

2022-07-14 Thread Simon Glass
On Wed, 13 Jul 2022 at 10:42, Oleksandr Suvorov wrote: > > Replace logically correct word in the description. > > Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support") > Signed-off-by: Oleksandr Suvorov > --- > > drivers/core/Kconfig | 2 +- > 1 file changed, 1 insertion(+)

[PATCH] dm: fix mis-word in SPL_DM description

2022-07-13 Thread Oleksandr Suvorov
Replace logically correct word in the description. Fixes: 91a91ff804d ("dm: Add Kconfig options for driver model SPL support") Signed-off-by: Oleksandr Suvorov --- drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/core/Kconfig b/drivers/core/Kconfi