Re: [PATCH net-next 0/5] net: dsa: lan9303: Linting

From: Vivien Didelot
Date: Fri Nov 03 2017 - 09:55:10 EST


Egil Hjelmeland <privat@xxxxxxxxxxxxxxxxxx> writes:

> This series is non-functional.
> - Correct some errors in comments and documentation.
> Remove scripts/checkpatch.pl WARNINGs and most CHECKs:
> - Replace msleep(1) with usleep_range()
> - Remove unnecessary parentheses
> - Adjust indenting
>
> Egil Hjelmeland (5):
> net: dsa: lan9303: Correct register names in comments
> net: dsa: lan9303: Fix syntax errors in device tree examples
> net: dsa: lan9303: Replace msleep(1) with usleep_range()
> net: dsa: lan9303: Remove unnecessary parentheses
> net: dsa: lan9303: Adjust indenting
>
> Documentation/devicetree/bindings/net/dsa/lan9303.txt | 4 ++--
> drivers/net/dsa/lan9303-core.c | 6 +++---
> drivers/net/dsa/lan9303_i2c.c | 2 +-
> drivers/net/dsa/lan9303_mdio.c | 2 +-
> include/linux/dsa/lan9303.h | 8 +++++---
> net/dsa/tag_lan9303.c | 2 +-
> 6 files changed, 13 insertions(+), 11 deletions(-)

Reviewed-by: Vivien Didelot <vivien.didelot@xxxxxxxxxxxxxxxxxxxx>


Thanks!

Vivien