diff options
author | 2017-11-08 13:29:06 +0900 | |
---|---|---|
committer | 2017-11-08 13:29:06 +0900 | |
commit | a8938773c1f8a10876e4be0d82f628be196e39aa (patch) | |
tree | bfe51333300e8a7e6f0f1ae04751048cbde9b5c2 /net | |
parent | mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create() (diff) | |
parent | net: dsa: lan9303: Adjust indenting (diff) | |
download | wireguard-linux-a8938773c1f8a10876e4be0d82f628be196e39aa.tar.xz wireguard-linux-a8938773c1f8a10876e4be0d82f628be196e39aa.zip |
Merge branch 'dsa-lan9303-Linting'
Egil Hjelmeland says:
====================
net: dsa: lan9303: Linting
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
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/dsa/tag_lan9303.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dsa/tag_lan9303.c b/net/dsa/tag_lan9303.c index e526c8967b98..5ba01fc3c6ba 100644 --- a/net/dsa/tag_lan9303.c +++ b/net/dsa/tag_lan9303.c @@ -88,7 +88,7 @@ static struct sk_buff *lan9303_xmit(struct sk_buff *skb, struct net_device *dev) } static struct sk_buff *lan9303_rcv(struct sk_buff *skb, struct net_device *dev, - struct packet_type *pt) + struct packet_type *pt) { u16 *lan9303_tag; unsigned int source_port; |