Re: [PATCH] fixdep: fix coding style in previous fix

2020-08-05 Thread Tom Rini
On Tue, Jul 21, 2020 at 02:38:51PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Remove a double space introduced by my previous fixdep fix. > > Fixes: 76ae74d348a0 ("fixdep: fix CONFIG_IS_ENABLED etc. handling") > Signed-off-by: Stephen Warren Applied to u-boot/master, thanks! --

[PATCH] fixdep: fix coding style in previous fix

2020-07-21 Thread Stephen Warren
From: Stephen Warren Remove a double space introduced by my previous fixdep fix. Fixes: 76ae74d348a0 ("fixdep: fix CONFIG_IS_ENABLED etc. handling") Signed-off-by: Stephen Warren --- scripts/basic/fixdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git