From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933362AbdKCNzF (ORCPT ); Fri, 3 Nov 2017 09:55:05 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:53716 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbdKCNzD (ORCPT ); Fri, 3 Nov 2017 09:55:03 -0400 From: Vivien Didelot To: Egil Hjelmeland , andrew@lunn.ch, f.fainelli@gmail.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Egil Hjelmeland Subject: Re: [PATCH net-next 0/5] net: dsa: lan9303: Linting In-Reply-To: <20171103105553.16859-1-privat@egil-hjelmeland.no> References: <20171103105553.16859-1-privat@egil-hjelmeland.no> Date: Fri, 03 Nov 2017 09:55:00 -0400 Message-ID: <871slfo4az.fsf@weeman.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Egil Hjelmeland 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 Thanks! Vivien