From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/6] net: phy: marvell: Checkpatch cleanup Date: Wed, 17 May 2017 16:28:27 -0400 (EDT) Message-ID: <20170517.162827.2073056210662333317.davem@davemloft.net> References: <1494984364-19496-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, f.fainelli@gmail.com To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:36400 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751445AbdEQU2u (ORCPT ); Wed, 17 May 2017 16:28:50 -0400 In-Reply-To: <1494984364-19496-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Wed, 17 May 2017 03:25:58 +0200 > I will be contributing a few new features to the Marvell PHY driver > soon. Start by making the code mostly checkpatch clean. There should > not be any functional changes. Just comments set into the correct > format, missing blank lines, turn some comparisons around, and > refactoring to reduce indentation depth. > > There is still one camel in the code, but it actually makes sense, so > leave it in piece. Series applied, thanks Andrew.