All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/4] net: dsa: lan9303: Linting
@ 2017-11-06 11:42 Egil Hjelmeland
  2017-11-06 11:42 ` [PATCH v2 net-next 1/4] net: dsa: lan9303: Correct register names in comments Egil Hjelmeland
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Egil Hjelmeland @ 2017-11-06 11:42 UTC (permalink / raw)
  To: andrew, vivien.didelot, f.fainelli, netdev, linux-kernel; +Cc: Egil Hjelmeland

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()
 - Adjust indenting
 

Changes v1 -> v2:
 - Removed patch 4 "Remove unnecessary parentheses", to be addressed later

 
Egil Hjelmeland (4):
  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: Adjust indenting

 Documentation/devicetree/bindings/net/dsa/lan9303.txt | 4 ++--
 drivers/net/dsa/lan9303-core.c                        | 4 ++--
 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, 12 insertions(+), 10 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-08  4:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 11:42 [PATCH v2 net-next 0/4] net: dsa: lan9303: Linting Egil Hjelmeland
2017-11-06 11:42 ` [PATCH v2 net-next 1/4] net: dsa: lan9303: Correct register names in comments Egil Hjelmeland
2017-11-06 11:42 ` [PATCH v2 net-next 2/4] net: dsa: lan9303: Fix syntax errors in device tree examples Egil Hjelmeland
2017-11-06 11:42 ` [PATCH v2 net-next 3/4] net: dsa: lan9303: Replace msleep(1) with usleep_range() Egil Hjelmeland
2017-11-06 11:42 ` [PATCH v2 net-next 4/4] net: dsa: lan9303: Adjust indenting Egil Hjelmeland
2017-11-08  4:29 ` [PATCH v2 net-next 0/4] net: dsa: lan9303: Linting David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.