From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH][V2] wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized" Date: Wed, 26 Sep 2018 20:10:21 -0700 (PDT) Message-ID: <20180926.201021.56420855924083408.davem@davemloft.net> References: <20180924173951.3931-1-colin.king@canonical.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: inaky.perez-gonzalez@intel.com, linux-wimax@intel.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org To: colin.king@canonical.com Return-path: In-Reply-To: <20180924173951.3931-1-colin.king@canonical.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Colin King Date: Mon, 24 Sep 2018 18:39:51 +0100 > From: Colin Ian King > > Trivial fix to spelling mistake in ms_to_errno array of error messages > and remove confusing "not" from the error text since the error code > refers to an uninitialized error code. > > Signed-off-by: Colin Ian King > --- > > V2: remove "not" from text too. Thanks to Sergei Shtylyov for spotting that. Applied.