Re: [PATCH v2] pinctrl: remove empty lines in pinctrl subsystem

From: Linus Walleij
Date: Fri Dec 11 2020 - 19:46:08 EST


On Thu, Dec 10, 2020 at 6:35 PM Zhaoyu Liu <zackary.liu.pro@xxxxxxxxx> wrote:

> Remove all empty lines at the end of functions in pinctrl subsystem,
> make the code neat.
> Target files: grep -nwR -B1 ^} drivers/pinctrl/* | grep '[0-9]-$' | less
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
> Signed-off-by: Zhaoyu Liu <zackary.liu.pro@xxxxxxxxx>

Nice!
But this doesn't apply to the current "devel" branch in my tree.
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel

Please rebase and resend!

Yours,
Linus Walleij