From nobody Mon Sep 15 15:59:56 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE1BBC46467 for ; Wed, 11 Jan 2023 12:46:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232688AbjAKMq0 (ORCPT ); Wed, 11 Jan 2023 07:46:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231831AbjAKMqW (ORCPT ); Wed, 11 Jan 2023 07:46:22 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1FEBE1C; Wed, 11 Jan 2023 04:46:21 -0800 (PST) Date: Wed, 11 Jan 2023 12:46:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1673441179; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0CBoRt39skz+jx4efNlFIgS/P6kHEEX3x4nw5kpDw6Q=; b=SF07QcbtcT/lnCU1V1GhDAcyJm/arq8PAFTmlRYG64FJsGMcaSTwlb+FiZDwIJvKqJ8g93 wZ7OPQjsh5KHQr8Fg1BhgWV9tar3NKaOtjrl34bRWLkETQmAsx9ZPgKGBrH2CCg6JISSEV nhgydFw0ZVTWhfQNRDTJ5vT5FwkDR4X/gftc/7mEsE6Gy5UUZpQnix48W6GVt9hlSZsfIX MJsT8mQSMXV1yu2x4WHSaY98FRSsH+DpSqj+UtMSSDl3A0YY86g8o/m85U+qZGMT2WJ4BC pDJIYB74AI7mz57H2QsC0sxTHkne7E2ocf4P9js8xE3hGaojY7ql4iB7keks8Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1673441179; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0CBoRt39skz+jx4efNlFIgS/P6kHEEX3x4nw5kpDw6Q=; b=Xrvxo+5RFoiXCS+qNEux3IuG/Is5ZLBl9U1+za6Arlggg4L9cULESbvCODSy9smchQtlO0 aB3odEIEo33YKTCw== From: "tip-bot2 for Wang Yong" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: x86/cleanups] x86/boot/e820: Fix typo in e820.c comment Cc: Wang Yong , Ingo Molnar , "Borislav Petkov (AMD)" , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20221211103849.173870-1-yongw.kernel@gmail.com> References: <20221211103849.173870-1-yongw.kernel@gmail.com> MIME-Version: 1.0 Message-ID: <167344117849.4906.7905462837632668543.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: b7d1f15b5c274999dfe8dda60a9a516eebfbc3d0 Gitweb: https://git.kernel.org/tip/b7d1f15b5c274999dfe8dda60a9a516ee= bfbc3d0 Author: Wang Yong AuthorDate: Sun, 11 Dec 2022 10:38:49=20 Committer: Borislav Petkov (AMD) CommitterDate: Wed, 11 Jan 2023 12:45:03 +01:00 x86/boot/e820: Fix typo in e820.c comment change "itsmain" to "its main". Fixes: 544a0f47e780 ("x86/boot/e820: Rename e820_table_saved to e820_table_= firmware and improve the description") Signed-off-by: Wang Yong Signed-off-by: Ingo Molnar Signed-off-by: Borislav Petkov (AMD) Link: https://lore.kernel.org/r/20221211103849.173870-1-yongw.kernel@gmail.= com --- arch/x86/kernel/e820.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index 9dac246..0614a79 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c @@ -53,7 +53,7 @@ * * Once the E820 map has been converted to the standard Linux memory layout * information its role stops - modifying it has no effect and does not get - * re-propagated. So itsmain role is a temporary bootstrap storage of firm= ware + * re-propagated. So its main role is a temporary bootstrap storage of fir= mware * specific memory layout data during early bootup. */ static struct e820_table e820_table_init __initdata;