From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH net-next v3 04/10] net: dsa: Move ports assignment closer to error checking Date: Sun, 15 Jan 2017 13:17:11 +0300 Message-ID: References: <20170114214713.28109-1-f.fainelli@gmail.com> <20170114214713.28109-5-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Russell King , Vivien Didelot , "David S. Miller" , "moderated list:ARM SUB-ARCHITECTURES" , open list , gregkh@linuxfoundation.org To: Florian Fainelli , netdev@vger.kernel.org Return-path: Received: from mail-lf0-f52.google.com ([209.85.215.52]:35951 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750809AbdAOKRP (ORCPT ); Sun, 15 Jan 2017 05:17:15 -0500 Received: by mail-lf0-f52.google.com with SMTP id z134so60756289lff.3 for ; Sun, 15 Jan 2017 02:17:14 -0800 (PST) In-Reply-To: <20170114214713.28109-5-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Hello! On 1/15/2017 12:47 AM, Florian Fainelli wrote: > Move the assignment of ports in _dsa_register_switch() closer to where > it is checked, no functional change. Re-order declarations to be "Be" not needed. > preserve the inverted christmas tree style. > > Signed-off-by: Florian Fainelli [...] MBR, Sergei