Received: by 10.223.164.221 with SMTP id h29csp3229771wrb; Fri, 3 Nov 2017 03:59:26 -0700 (PDT) X-Google-Smtp-Source: ABhQp+R8ws+8HpguuIxoFApqW+omquAVhAua0YKgxnRvFB9R6CyUmm9zSYPpp3v2Ou1jdwXqb6Uv X-Received: by 10.159.198.140 with SMTP id g12mr6335598plo.34.1509706766074; Fri, 03 Nov 2017 03:59:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509706766; cv=none; d=google.com; s=arc-20160816; b=cFmiXjxtHt/5Bzdd5o0h5MmEAz/E7QxcTvn//qYl4q7vr35elu4hvzWdYJPCeFRPfN 7Kis2g/TDS5NoKPs93ykJFRHdMlLT/Nly3gARLwmA88RXMZh+v78Bs0Utpbb2dV0ghjW 4+OAaeeBa2tvzdjGbk8g3SAH9c+WMqGO+YE/1IJD02CImBMHfbdMs0G7/o15ASSiLa6r NPow1RiXbHUbWHok+QecZnbcC8MMhqXG6jldsMsabnl+vf7qQA++pS6hraIb4p40hKf6 OdrL6VghaOPg0WtQzgSg/EFN9VCODeOsleG2KuAzDLXPoVLuYRYNwT1xHpal8rvIXNwP BxtA== 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=BaTUZitemiD+m3Ums7Gw+LpKsO++M3NU3xBapmRghNs=; b=PDdd0FNtI4EjyoqNHs+PYc1OUyLGVpzRn4zjd0j4krN24jncGoucBuEroQ27CKldRP 8mi5kzjfUDFbDW5GB5OQMgC1PEMUi5aioP3dWztKNRvEQCV7cq3PvsxhJhjD312pXlYj JqS73UsHs4bJYw2Xu6rdKIMWyC2kd4RjQxQG98oDt7cvB0ajnNzlIaXSJaPwJNB2czMC t/PQOXYzKktm8r3CTIR2JLt8wRcepblOsYOe/8C3lOvC5HTXccaJfzxC61A1Oq0L7xxX U4yeLos9Z0OfNGD5N8gHvmTGMVqRAOpUQ8atapBbwJHKZs+BvRouV8mIcDfpjbrZF9U7 P4Ig== 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 t23si5929168pgo.645.2017.11.03.03.59.12; Fri, 03 Nov 2017 03:59:26 -0700 (PDT) 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 S1756029AbdKCK40 (ORCPT + 97 others); Fri, 3 Nov 2017 06:56:26 -0400 Received: from aibo.runbox.com ([91.220.196.211]:45398 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755967AbdKCK4X (ORCPT ); Fri, 3 Nov 2017 06:56:23 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eAZe8-0006ce-5r; Fri, 03 Nov 2017 11:56:20 +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 1eAZdl-0000Ce-CK; Fri, 03 Nov 2017 11:55:57 +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 net-next 0/5] net: dsa: lan9303: Linting Date: Fri, 3 Nov 2017 11:55:48 +0100 Message-Id: <20171103105553.16859-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() - 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(-) -- 2.11.0 From 1583957888750166664@xxx Mon Nov 13 13:32:36 +0000 2017 X-GM-THRID: 1583957153533187485 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread