From patchwork Tue Sep 8 07:45:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11763013 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4E0DD13B1 for ; Tue, 8 Sep 2020 08:57:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1E91A2166E for ; Tue, 8 Sep 2020 08:57:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="XMo+P4J/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1E91A2166E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=ZsSR7joAGoJAsdTuL6pFT6Y3gansnvV5X1UuJh6sUdY=; b=XMo+P4J/GYY5PN5UOV2V1HVzK9 5aW5BCO+zGHm9KB//KABhq/1cuAtSDsQiyQKF8kbNIBK7pVI+CvYFxFVHAHIczCJYFnmOz//Emb80 7TaygaQ8mJ9SRqL0RRCvzxDE9n1pQOmLi4bmfb1KQKYrhpwRXZjLYiaX2uFIw2Dox0gf2u2qj4fWp J/db5axVDTSHXovp/Y9X/2QSmfpLhM46y12AE5WKFUalaMYstfsZ1U1F0euS6E7hmBFFDW96XdkQr m8OIpDbveKFwYZJePkDTEisOYbAgFetFUQAhe7j3AFgJ1q5+WlZ6e9LVxqjV/I4I2BOl2qyQZUhjn DONZ0mRQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFZQw-0003G1-Lm; Tue, 08 Sep 2020 08:56:58 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFZQs-0003EB-I7 for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2020 08:56:56 +0000 Received: from ramsan ([84.195.186.194]) by andre.telenet-ops.be with bizsmtp id RLwq2300i4C55Sk01Lwrgb; Tue, 08 Sep 2020 10:56:51 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1kFZQo-0000Bo-UO; Tue, 08 Sep 2020 10:56:50 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1kFYJc-0001CZ-LX; Tue, 08 Sep 2020 09:45:20 +0200 From: Geert Uytterhoeven To: Russell King , Jiri Kosina Subject: [PATCH trivial] ARM: Spelling s/mmeory/memory/ Date: Tue, 8 Sep 2020 09:45:19 +0200 Message-Id: <20200908074519.4576-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200908_045654_891279_969A8FB9 X-CRM114-Status: GOOD ( 11.16 ) X-Spam-Score: -0.4 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [2a02:1800:120:4:0:0:f00:15 listed in] [list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Geert Uytterhoeven , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Fix a misspelling of the word "memory". Signed-off-by: Geert Uytterhoeven --- arch/arm/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index d8e18cdd96d3c89a..46bfa88b13e073e2 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -1120,7 +1120,7 @@ void __init setup_arch(char **cmdline_p) efi_init(); /* * Make sure the calculation for lowmem/highmem is set appropriately - * before reserving/allocating any mmeory + * before reserving/allocating any memory */ adjust_lowmem_bounds(); arm_memblock_init(mdesc);