From patchwork Sat Oct 26 16:44:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 2002812 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XbQV6301Zz1xtp for ; Sun, 27 Oct 2024 03:44:29 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1t4jtf-00077U-Md; Sat, 26 Oct 2024 16:44:15 +0000 Received: from mail-wm1-f53.google.com ([209.85.128.53]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1t4jte-00077J-Fo for fwts-devel@lists.ubuntu.com; Sat, 26 Oct 2024 16:44:14 +0000 Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-4314c452180so27520215e9.0 for ; Sat, 26 Oct 2024 09:44:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729961053; x=1730565853; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=7zFByGhn1mJSblV3ndQ201UbnLhdfF7zOH4LrNMO2yw=; b=bOJfdfHu856ECu9WJ1BVjWOjA8MRtcDywEqd52FuUf3pI2+pdDTstDpSs64xPVvaI3 /VI80ZQAOo5uGNmhJE4pRP/B/Hcp/h53VwEePIpyMBe6xnUjujrAHucXRYV6e5UOL73O P0XSTxRt24t+nYzqEqK+0ggkZN2LtPxwkXihHctH2KQBpNGIW7I2XLFCjLDr+Jo+WwON KhONOdc8FN4sZHFSTfsywBe0EkYJiGJZcvvPndZ8hd8XaB+npbhsphJr812h5eWf/plu 4hGYDnwn5so3+HoUu730igo3XkhIgTDJBO9nJ6pP14fsNplVtTFHhEmu7U3jonXhp5qS s++g== X-Gm-Message-State: AOJu0Yw3Bl5aGhaiufuDjxejC4E4tqA86ec2r1ikWvRooHJSBkBrmu8n JoKcNBaT2/AcHP2mtPqVta+5EU1wMAZhhYA+Dd7J5VGb0B6MgByxBLqX8Q== X-Google-Smtp-Source: AGHT+IHpPHdegN1J/5fStn63CSdwDTfV2AKkb2M6Q6r2/h/fnf7crUg4ceX1Uo7rbMb6o7kPEfO8gw== X-Received: by 2002:adf:e644:0:b0:37c:c4c0:4545 with SMTP id ffacd0b85a97d-38060eb2352mr2639824f8f.10.1729961053225; Sat, 26 Oct 2024 09:44:13 -0700 (PDT) Received: from localhost ([194.120.133.34]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38058b70d50sm4714270f8f.76.2024.10.26.09.44.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Oct 2024 09:44:12 -0700 (PDT) From: Colin Ian King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] src/acpi: Fix a couple of spelling mistakes Date: Sat, 26 Oct 2024 17:44:10 +0100 Message-Id: <20241026164410.2134194-1-colin.i.king@gmail.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.128.53; envelope-from=colin.i.king@gmail.com; helo=mail-wm1-f53.google.com X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" There are a couple spelling mistakes, fix these. Signed-off-by: Colin Ian King --- src/acpi/ccel/ccel.c | 2 +- src/acpi/wmi/wmi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acpi/ccel/ccel.c b/src/acpi/ccel/ccel.c index 0d979a2a..f5e2c806 100644 --- a/src/acpi/ccel/ccel.c +++ b/src/acpi/ccel/ccel.c @@ -34,7 +34,7 @@ static int ccel_test1(fwts_framework *fw) if (ccel->header.length != sizeof(fwts_acpi_table_ccel)) { fwts_failed(fw, LOG_LEVEL_HIGH, "CCELBadTableLength", - "CCEL table lengthe shoud be %" PRIu32 ", got %" PRIu32 + "CCEL table lengthe should be %" PRIu32 ", got %" PRIu32 " instead.", (uint32_t)sizeof(fwts_acpi_table_ccel), ccel->header.length); return FWTS_OK; diff --git a/src/acpi/wmi/wmi.c b/src/acpi/wmi/wmi.c index 98a73d46..7dfb855f 100644 --- a/src/acpi/wmi/wmi.c +++ b/src/acpi/wmi/wmi.c @@ -259,7 +259,7 @@ static char *wmi_acpi_get_parent_name(const char *object_name) /* * wmi_acpi_method_count_on_object() - * count occurance of methods on acpi object + * count occurrence of methods on acpi object */ static int wmi_acpi_method_count_on_object(const char *object_name, const char *method_name) {