From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net/atheros: fix spelling mistake: "Ddescription" -> "Description" Date: Fri, 18 May 2018 13:43:28 -0400 (EDT) Message-ID: <20180518.134328.1416789269338865823.davem@davemloft.net> References: <20180518092206.21635-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jcliburn@gmail.com, chris.snook@gmail.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: colin.king@canonical.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:48036 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751768AbeERRna (ORCPT ); Fri, 18 May 2018 13:43:30 -0400 In-Reply-To: <20180518092206.21635-1-colin.king@canonical.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Colin King Date: Fri, 18 May 2018 10:22:06 +0100 > From: Colin Ian King > > Trivial fix to spelling mistakes in name field text > > Signed-off-by: Colin Ian King > --- > drivers/net/ethernet/atheros/atl1e/atl1e_param.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/atheros/atl1e/atl1e_param.c b/drivers/net/ethernet/atheros/atl1e/atl1e_param.c > index fa314282c9ad..6a375f4bd054 100644 > --- a/drivers/net/ethernet/atheros/atl1e/atl1e_param.c > +++ b/drivers/net/ethernet/atheros/atl1e/atl1e_param.c > @@ -192,7 +192,7 @@ void atl1e_check_options(struct atl1e_adapter *adapter) > { /* Transmit Ring Size */ > struct atl1e_option opt = { > .type = range_option, > - .name = "Transmit Ddescription Count", > + .name = "Transmit Description Count", In this context, "Descriptor" would be the most appropriate word. Thank you.