From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3BDF8C43334 for ; Thu, 16 Jun 2022 00:39:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Kiqiosg5GA5NTApn3hRjgPbFB5NRm9PV+ZbHIGkpdxU=; b=P0tNy8gRWGM+bQ 9mYw1Mugqt9HxFVRoxFp65aO9Yx9n0s0i4qGIpiOdei3GynLt3DE2iJek1S1c5TkmwR/MPnTEYThY IcECTWJqJ/UuWzAz3kI1JEGq8UM52XTU8uyVnzk2YQfiTMuVNUxp5+cXNZjt43+DgHsTYqOBRm9L9 9yCtqV9MmjvUwuR40O2Ety7KOLsZgRFAJQOfsePVG8opTZ3M0u20nHkRv9aRjhJu8N++EB+08y345 AaA4hJuKIoiablRyfDMgKlPyiD9NvJ5dMGwfm4IQnld7OdjeMDgB9AeW64ARTLx4w0PGMYpsDLLpo 60mzX+4Av6WMToYlFJCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1dWb-00H9Ru-Gq; Thu, 16 Jun 2022 00:38:17 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1dWY-00H9RI-GQ for linux-arm-kernel@lists.infradead.org; Thu, 16 Jun 2022 00:38:15 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 22BC461B10; Thu, 16 Jun 2022 00:38:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2240AC3411A; Thu, 16 Jun 2022 00:38:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655339892; bh=cWWAkAmTLB5aFZm061WYGM85uXQwNZYKsHtM7mOFquY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rMBUm1fNr+ABKQ2bugrj26iqTnyjiYlDnvPEAg8Exu9o2QK00GmZ9PRuHckQaW9lc FBrzASEcqIOr8E2TCBoYaVNrz3XQ37ko6RSSCFB6OpzTHpy0jbpllPXkF0CpsFL/UR wk3qxSknjzXtIvzrktY7ZxCoDna/vtir85WQj1K2FJ6ZJge7ZFNqmyI0+0+dgONZSI oP2GNWtH0Tj7YZKQmFaZPf2oT0FntBBlmWpGZeUXm7s+tM/4QWCH5dVvT2aL9yQ72d Wf8J6YihvVT0yXXqCZ1v73/sgBspqfrPR71iQeV61F0ESY/acw8SdfoyPB1aj+oHaq FVu5V8m0M/M0g== Date: Wed, 15 Jun 2022 17:38:11 -0700 From: Jakub Kicinski To: Colin Ian King Cc: Radhey Shyam Pandey , "David S . Miller" , Eric Dumazet , Paolo Abeni , Michal Simek , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] net: axienet: Fix spelling mistake "archecture" -> "architecture" Message-ID: <20220615173811.52dbd496@kernel.org> In-Reply-To: <20220614064647.47598-1-colin.i.king@gmail.com> References: <20220614064647.47598-1-colin.i.king@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220615_173814_633566_5D698B7B X-CRM114-Status: UNSURE ( 7.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 14 Jun 2022 07:46:47 +0100 Colin Ian King wrote: > There is a spelling mistake in a dev_err message. Fix it. > > Signed-off-by: Colin Ian King Did not apply to net-next, please respin/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel