From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH V2] treewide/net: Rename eth_stp_addr to ether_stp_addr Date: Sun, 01 Apr 2018 14:07:12 -0400 (EDT) Message-ID: <20180401.140712.1392918167775655287.davem@davemloft.net> References: <20180331173643.GD7460@lunn.ch> <5f5dafaeacbc9e9aa2d969701e510d31ef6e97db.1522521099.git.joe@perches.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org To: joe@perches.com Return-path: In-Reply-To: <5f5dafaeacbc9e9aa2d969701e510d31ef6e97db.1522521099.git.joe@perches.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org From: Joe Perches Date: Sat, 31 Mar 2018 11:34:06 -0700 > eth_stp_addr is not in the same form as the other global ether__addr > addresses like ether_broadcast_addr. > > Convert it treewide. > > Miscellanea: > > o Add comment to the ether_stp_addr define to show it's for spanning-tree > > Signed-off-by: Joe Perches > --- > > V2: Remove gg from initial comment (bad editing) Joe this was part of a larger series. Please repost the entire series when you fix a patch contained in that series, not just the patch that is changing. Thank you.