From patchwork Sun Jul 10 05:18:00 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jilin Yuan X-Patchwork-Id: 589201 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 EF406C43334 for ; Sun, 10 Jul 2022 05:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229587AbiGJFUD (ORCPT ); Sun, 10 Jul 2022 01:20:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbiGJFUC (ORCPT ); Sun, 10 Jul 2022 01:20:02 -0400 Received: from smtpbg.qq.com (biz-43-154-54-12.mail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E1C1B492 for ; Sat, 9 Jul 2022 22:19:57 -0700 (PDT) X-QQ-mid: bizesmtp63t1657430289tl1a6gi5 Received: from localhost.localdomain ( [182.148.15.109]) by bizesmtp.qq.com (ESMTP) with id ; Sun, 10 Jul 2022 13:18:06 +0800 (CST) X-QQ-SSF: 01000000002000B0C000C00A0000000 X-QQ-FEAT: 4rCmCcmdMHfAO7oteR2yxeyd0t2dSvgO4NlmkJx3dDbce1mMrmgwJAdDu1eL5 DXhnTfNFNOQbXqNOBd7SM/VibJ5Z1Jm0WeaLSh8k/eZG2TlvKFs/zn4zbEG67H02J5pIVTv ceOyi4x/AD6zVxnDTxBAvChavcXUg/2Ffa0jFDX+wa7ZZomGtK6wpKelhT+JUhbM4Gn5rl+ rMGmfSaWFeE8em2Uz+zmIrgLS5sfYig2l00CbUcR70gnOCzt7/BBVRnai/J3t6kSHETQWKK LfLLx3MpZ5nvDfmewmvDYdwDWYas1ojMVQXav23JIgU5iLZNxYEJ7KKJdwXIH9RyMY5+hNj cG6rv6pibUGXlKW5xGNxuFIRHqQAHvPSP0juBRXuftIQMErLKl2PJTTXTDCzw== X-QQ-GoodBg: 0 From: Jilin Yuan To: lenb@kernel.org, rafael@kernel.org, james.morse@arm.com, tony.luck@intel.com, bp@alien8.de Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] acpi/apei: fix repeated words in comments Date: Sun, 10 Jul 2022 13:18:00 +0800 Message-Id: <20220710051800.7294-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- drivers/acpi/apei/apei-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c index 33b7fbbeda82..ae6d156e32b4 100644 --- a/drivers/acpi/apei/apei-base.c +++ b/drivers/acpi/apei/apei-base.c @@ -4,7 +4,7 @@ * infrastructure * * APEI allows to report errors (for example from the chipset) to the - * the operating system. This improves NMI handling especially. In + * operating system. This improves NMI handling especially. In * addition it supports error serialization and error injection. * * For more information about APEI, please refer to ACPI Specification