Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751740AbdFIQLe (ORCPT ); Fri, 9 Jun 2017 12:11:34 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:33240 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751560AbdFIQLc (ORCPT ); Fri, 9 Jun 2017 12:11:32 -0400 Date: Fri, 09 Jun 2017 12:11:20 -0400 (EDT) Message-Id: <20170609.121120.2149178729617274766.davem@davemloft.net> To: vivien.didelot@savoirfairelinux.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, f.fainelli@gmail.com, andrew@lunn.ch Subject: Re: [PATCH net-next v2 0/7] net: dsa: mv88e6xxx: ops cosmetics From: David Miller In-Reply-To: <20170608223414.594-1-vivien.didelot@savoirfairelinux.com> References: <20170608223414.594-1-vivien.didelot@savoirfairelinux.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Fri, 09 Jun 2017 08:29:42 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 506 Lines: 14 From: Vivien Didelot Date: Thu, 8 Jun 2017 18:34:07 -0400 > This patchset brings no functional changes. It is a first step in a > bigger cosmetics change to the driver. It simplifies print messages and > polishes data types and chip operations. > > The next patchs will only prefix and document the port registers macros. > > Changes in v2: > - KISS and simply use dev_* since chip->ds may not be initialized > - add reviewers tags Series applied, thank you.