On Thu, Dec 10, 2020 at 6:35 PM Zhaoyu Liu <[email protected]> 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 <[email protected]> > Reviewed-by: Andy Shevchenko <[email protected]> > Signed-off-by: Zhaoyu Liu <[email protected]> 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

