From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: change Exar/Neterion menu items to be alphabetical Date: Wed, 01 Aug 2018 09:50:17 -0700 (PDT) Message-ID: <20180801.095017.1689289308274863542.davem@davemloft.net> References: <20180731155619.16310-1-jdmason@kudzu.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: helgaas@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: jdmason@kudzu.us Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:49806 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406738AbeHATMJ (ORCPT ); Wed, 1 Aug 2018 15:12:09 -0400 In-Reply-To: <20180731155619.16310-1-jdmason@kudzu.us> Sender: netdev-owner@vger.kernel.org List-ID: From: Jon Mason Date: Tue, 31 Jul 2018 11:56:19 -0400 > Neterion was standalone for several years, then acquired by Exar and > shutdown in 11 months without ever making any new Exar branded adapters. > Users would probably think of them as Neterion and not Exar (as there > have been no follow-on adapters and the vast majority ever sold were > under the Neterion name). > > 6c541b4595a2 ("net: ethernet: Sort Kconfig sourcing alphabetically") > sorted Kconfig sourcing based on directory names, but in a couple cases, > the menu item text is quite different from the directory name and is not > sorted correctly: > > drivers/net/ethernet/neterion/Kconfig => "Exar devices" > > To address that and clear up any confusion about the name, "Exar" was > changed to "Neterion (Exar)" and the relevant entries in the Makefile > and Kconfig were reordered to match the alphabetical organization. > > Inspired-by: Bjorn Helgaas > Signed-off-by: Jon Mason Applied.