Re: [PATCH] pinctrl: remove the blank line in pinctrl_register()

2020-12-09 Thread Linus Walleij
On Mon, Dec 7, 2020 at 7:20 PM Andy Shevchenko wrote: > On Mon, Dec 7, 2020 at 6:13 PM Zhaoyu Liu wrote: > > > > Remove the blank line in pinctrl_register() to keep the code neat. > > Probably you want to apply the same for other drivers at once? > > % git grep -n -B1 -w ^} -- drivers/pinctrl/

Re: [PATCH] pinctrl: remove the blank line in pinctrl_register()

2020-12-07 Thread Andy Shevchenko
On Mon, Dec 7, 2020 at 6:13 PM Zhaoyu Liu wrote: > > Remove the blank line in pinctrl_register() to keep the code neat. Probably you want to apply the same for other drivers at once? % git grep -n -B1 -w ^} -- drivers/pinctrl/ | grep -C1 '[0-9]-$' | less -- With Best Regards, Andy Shevchenko

[PATCH] pinctrl: remove the blank line in pinctrl_register()

2020-12-07 Thread Zhaoyu Liu
Remove the blank line in pinctrl_register() to keep the code neat. Signed-off-by: Zhaoyu Liu --- drivers/pinctrl/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c index 3663d87f51a0..1f944685047b 100644 --- a/drivers/pinctrl/core.c +++