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

2020-12-11 Thread Linus Walleij
On Thu, Dec 10, 2020 at 6:35 PM Zhaoyu Liu 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 > Reviewed-by: Andy Shevchenko > Signed-off-by

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

2020-12-10 Thread Bjorn Andersson
On Thu 10 Dec 11:35 CST 2020, Zhaoyu Liu 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 Wouldn't this be a reasonable thing to teach checkpatch about? > > Reviewed-by:

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

2020-12-10 Thread Geert Uytterhoeven
On Thu, Dec 10, 2020 at 6:35 PM Zhaoyu Liu 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 > Reviewed-by: Andy Shevchenko > Signed-off-by:

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

2020-12-10 Thread Zhaoyu Liu
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 Reviewed-by: Andy Shevchenko Signed-off-by: Zhaoyu Liu --- Changelog: v2: - Fixed the same problem in all