Received: by 10.223.164.202 with SMTP id h10csp118674wrb; Mon, 6 Nov 2017 03:45:22 -0800 (PST) X-Google-Smtp-Source: ABhQp+SGchnczSxZap4rH4kejUTIrXAaNV1oJudj97g1fDmp0eFM6ocER1PYnJ4vkSygw4fQdJVJ X-Received: by 10.159.252.11 with SMTP id n11mr14876708pls.172.1509968722399; Mon, 06 Nov 2017 03:45:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1509968722; cv=none; d=google.com; s=arc-20160816; b=IMMaIe8bOlVWFkjTVemriiCxDAcA70TcQUqM1djhr4ihBNZfacDB4elxRkOEQWs/VJ HwBoCtOAkL9R9CD7B7qPoQIXwxin8sx1MLofQDE3Z4XiolYSeU8/Z704ok263aRylgtn EFpHmcc+VGedFAPMiyqFOVic2ZoB26NKG9jjBsdERRGqSLewAB3x6SO8AwvnqEKEX+ed 38cC+ueC3uA39fCcC6f7ewHqtiE13g7Zg3NInoEv8V+GFbh0ngsFK/cJrMSo30l37VNx UE5jMlr4vNkfrv1xuhJMpJh0tTMn77G+Gz+oOPIPLmDWVa0SkfBqMIk++NJgKSayVBN8 5Btw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=VUbXydlQVS+AT4Q3ktxOKV2yQnLRJ7rSjedej3aupzo=; b=x/OMln2QB/21YlQka8PK8etWwL9DG2x2vYwg6CSCJLX5yz+jUwmIc+DyNzP2gWJxhZ SmOe3hRuB0lsIOqlt+HSTdtRk1aApfF3FuwWXUwRrZ1xo+gaZ+KADciolm+grEBRCBtb RNVbLMyRrC6bZ4NsJufWApCJCElGvic2R8YH8v0SUAnq34SuZyn3YeI0Au3u3c+khJry bpZdZ0v9asdMYYj7saspQXDr8aW+aXETQACG49FERoD9KxmUmo9g9nS7hhNuJ9UfXKGP WgPOca8lhFecp2vlGMzdKfZbzNWj+Qnuhvpd1eYWYfBmG9F1UBPo4m784IKd+fygA8FO C81A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g11si11037171pgq.339.2017.11.06.03.45.07; Mon, 06 Nov 2017 03:45:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752696AbdKFLnm (ORCPT + 99 others); Mon, 6 Nov 2017 06:43:42 -0500 Received: from aibo.runbox.com ([91.220.196.211]:59198 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbdKFLnO (ORCPT ); Mon, 6 Nov 2017 06:43:14 -0500 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eBfo7-0002m0-Rv; Mon, 06 Nov 2017 12:43:11 +0100 Received: from 93.89.113.32.ip.vitnett.no ([93.89.113.32] helo=localhost.localdomain) by mailfront12.runbox.com with esmtpsa (uid:646232 ) (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eBfnf-0008B1-Fm; Mon, 06 Nov 2017 12:42:43 +0100 From: Egil Hjelmeland To: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Egil Hjelmeland Subject: [PATCH v2 net-next 0/4] net: dsa: lan9303: Linting Date: Mon, 6 Nov 2017 12:42:00 +0100 Message-Id: <20171106114204.15083-1-privat@egil-hjelmeland.no> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 From 1583365273630950216@xxx Tue Nov 07 00:33:14 +0000 2017 X-GM-THRID: 1583362224038444107 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread