mbox series

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

Message ID 20171103105553.16859-1-privat@egil-hjelmeland.no
Headers show
Series net: dsa: lan9303: Linting | expand

Message

Egil Hjelmeland Nov. 3, 2017, 10:55 a.m. UTC
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(-)

Comments

Vivien Didelot Nov. 3, 2017, 1:55 p.m. UTC | #1
Egil Hjelmeland <privat@egil-hjelmeland.no> 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@savoirfairelinux.com>


Thanks!

        Vivien