From nobody Mon Jun 29 19:37:39 2026 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 0A985C433EF for ; Thu, 3 Feb 2022 15:53:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352008AbiBCPxO (ORCPT ); Thu, 3 Feb 2022 10:53:14 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]:47262 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352009AbiBCPxK (ORCPT ); Thu, 3 Feb 2022 10:53:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1643903590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Ks1CIPFj2/fYzB6yS/XckTl+P/ywb94b1XuAVtGF6WU=; b=PL0FIL+L1NCt2ylfZkAuqt/vcAlC6gx7GjBOcrTOmxGRlR6ZoQbpxVvlRmzsIbVEuvhrx3 JWlyR9tC/EWypBN/UgiQ9o1Zc5LR9tRKmuMaIhtW+TXDYGHvIJ8mf/CmdNFpKzYF1T0LTk ojN977FuAdvanpL8HH4d6dCHtjA+s3A= Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-527-ziP1vKfXMAiLvHV_Mj1Bwg-1; Thu, 03 Feb 2022 10:53:07 -0500 X-MC-Unique: ziP1vKfXMAiLvHV_Mj1Bwg-1 Received: by mail-qt1-f199.google.com with SMTP id g18-20020ac84b72000000b002cf274754c5so2282631qts.14 for ; Thu, 03 Feb 2022 07:53:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Ks1CIPFj2/fYzB6yS/XckTl+P/ywb94b1XuAVtGF6WU=; b=vyDF39x+4rRrk7tVafga4Yrj0c/wMT1gtDqmnOdmnq7d6BB1iyTv3R2DOpyxaP0fRx XSBpsXVTOMK/f6btfBMZGi7dMyNmrbiJAbmBD+m9ArRInWELad6Cgvc/FJBXPCWtuxH2 KgQG6370p0Zu0hLK7xHo4CV5N1MMOBlMSzlnGlNFfdw2sYmgjRh+lnCWCgUpGJrgv7vH nN460cwgqpgqvhxgMjtEVHh2EGCgBIWbpZg08NEx9PSiEHFuLw5DDCchVJL27y0QiJMl vD1tcPILXAc12dFs8sc1uZoc6tU2mdC4ZO4HfVST6os4g3WJLdVRvuH+stK+gk/kpTw9 EBxA== X-Gm-Message-State: AOAM533GTBxotzx/TYhH+obJefsoWNICu5s3/aCd3HKcwjbb32JYcg2S 82KqJIsqpNN8Uv9OYGxxs4HfTNkbEPlq2ZhUvBGzKoBg6rTwteTQbn9oLeqLVFZV8d984jiENIe UXdYJqTAffverIPdT/R5Nt7k7 X-Received: by 2002:a05:622a:1c1:: with SMTP id t1mr17403291qtw.46.1643903586969; Thu, 03 Feb 2022 07:53:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJzTD/AnASNnnYfxnrhsDHv7OxPS8utsyEbOaZ42AbsHkbmkjneV/jcDdipy3Y/MPYP1ZQpAnQ== X-Received: by 2002:a05:622a:1c1:: with SMTP id t1mr17403279qtw.46.1643903586730; Thu, 03 Feb 2022 07:53:06 -0800 (PST) Received: from localhost.localdomain.com (024-205-208-113.res.spectrum.com. [24.205.208.113]) by smtp.gmail.com with ESMTPSA id s34sm14189082qtc.88.2022.02.03.07.53.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 07:53:06 -0800 (PST) From: trix@redhat.com To: robert.moore@intel.com, rafael.j.wysocki@intel.com, lenb@kernel.org Cc: linux-acpi@vger.kernel.org, devel@acpica.org, linux-kernel@vger.kernel.org, Tom Rix Subject: [PATCH v2] ACPICA: cleanup double word in comment Date: Thu, 3 Feb 2022 07:52:57 -0800 Message-Id: <20220203155257.1849466-1-trix@redhat.com> X-Mailer: git-send-email 2.26.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Tom Rix Remove the second 'than' and 'know'. Signed-off-by: Tom Rix --- v2: combine two cleanups to one patch drivers/acpi/acpica/exfldio.c | 2 +- drivers/acpi/acpica/hwregs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/acpi/acpica/exfldio.c b/drivers/acpi/acpica/exfldio.c index bdc7a30d1217c..b92605df3872c 100644 --- a/drivers/acpi/acpica/exfldio.c +++ b/drivers/acpi/acpica/exfldio.c @@ -104,7 +104,7 @@ acpi_ex_setup_region(union acpi_operand_object *obj_des= c, #ifdef ACPI_UNDER_DEVELOPMENT /* * If the Field access is any_acc, we can now compute the optimal - * access (because we know know the length of the parent region) + * access (because we know the length of the parent region) */ if (!(obj_desc->common.flags & AOPOBJ_DATA_VALID)) { if (ACPI_FAILURE(status)) { diff --git a/drivers/acpi/acpica/hwregs.c b/drivers/acpi/acpica/hwregs.c index 69603ba52a3ac..f62d5d0242058 100644 --- a/drivers/acpi/acpica/hwregs.c +++ b/drivers/acpi/acpica/hwregs.c @@ -446,7 +446,7 @@ struct acpi_bit_register_info *acpi_hw_get_bit_register= _info(u32 register_id) * RETURN: Status * * DESCRIPTION: Write the PM1 A/B control registers. These registers are - * different than than the PM1 A/B status and enable registers + * different than the PM1 A/B status and enable registers * in that different values can be written to the A/B registe= rs. * Most notably, the SLP_TYP bits can be different, as per the * values returned from the _Sx predefined methods. --=20 2.26.3