On Mon, Dec 7, 2020 at 6:13 PM Zhaoyu Liu <[email protected]> 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

