From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta0.migadu.com (out-176.mta0.migadu.com [91.218.175.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 77D1313BAEE for ; Thu, 7 Mar 2024 22:17:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709849866; cv=none; b=Xntk3lV/LUg1fiy3sscyjE4df+WCnf6CmH1OHW9ckMlxt6sU+aFrn3YmZcpkSGhkRiEG8fKsmgFQ3u79qwIK6S6oi4TfLeZz6CdYQGZ3cOU8813ZXlfgovTz093DTUK6D9CGPUdsAiCI2NDfNhRBrqTE3xgEkCtT0vcgQNkQBM4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709849866; c=relaxed/simple; bh=mcVv85Y4EzW+ezvYao5rOnNjIVcYIVFYdvdOhYlj1TM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ixfHtn7iZNtB0cWMF+I5zjPTpE2Ybhpd7pOz+f6cuQ/PONUEq7Y6i7RhwC71bdDwln+L2D8NIziaP1HVEdm3DY1cftxdzFm9mcWFACkelXZve2YTQhjV58Qk5l8VJd0wjPjYliNyyEa6PelleTdZECzFASfPx3e8JiUsmvwzU8E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=lF9P/7XK; arc=none smtp.client-ip=91.218.175.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="lF9P/7XK" Date: Thu, 7 Mar 2024 22:17:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1709849860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vYSZIyK2isZFgtLWNp5tqo04dM1Ssq7AMjL+0jjmigk=; b=lF9P/7XKffvo6S5bw+4ysZaBIjZG/dHK8JhCDJA2mGMWzAK2oaEfpUzw7dj97wwGyTXJk0 wC8kkhkP8rXTBQYQT+Ary6L3NMfXgHBNmuAleTwon/jqaZKHFBd56XfDWnar0Iu4xK/HZO 2HBOd4bd6ljj8WvXppsSnlg3XzPOvPY= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Colin Ian King Cc: Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Paolo Bonzini , Shuah Khan , Anup Patel , Atish Patra , Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH][next] KVM: selftests: Fix spelling mistake "trigged" -> "triggered" Message-ID: References: <20240307081951.1954830-1-colin.i.king@gmail.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240307081951.1954830-1-colin.i.king@gmail.com> X-Migadu-Flow: FLOW_OUT Thanks for the fix Colin. Paolo/Anup, up to you how you want to play it, I see the 6.9 PR is already out for riscv. Acked-by: Oliver Upton On Thu, Mar 07, 2024 at 08:19:51AM +0000, Colin Ian King wrote: > There are spelling mistakes in __GUEST_ASSERT messages. Fix them. > > Signed-off-by: Colin Ian King > --- > tools/testing/selftests/kvm/aarch64/arch_timer.c | 2 +- > tools/testing/selftests/kvm/riscv/arch_timer.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/testing/selftests/kvm/aarch64/arch_timer.c b/tools/testing/selftests/kvm/aarch64/arch_timer.c > index ddba2c2fb5de..16ac74d07d68 100644 > --- a/tools/testing/selftests/kvm/aarch64/arch_timer.c > +++ b/tools/testing/selftests/kvm/aarch64/arch_timer.c > @@ -136,7 +136,7 @@ static void guest_run_stage(struct test_vcpu_shared_data *shared_data, > irq_iter = READ_ONCE(shared_data->nr_iter); > __GUEST_ASSERT(config_iter + 1 == irq_iter, > "config_iter + 1 = 0x%lx, irq_iter = 0x%lx.\n" > - " Guest timer interrupt was not trigged within the specified\n" > + " Guest timer interrupt was not triggered within the specified\n" > " interval, try to increase the error margin by [-e] option.\n", > config_iter + 1, irq_iter); > } > diff --git a/tools/testing/selftests/kvm/riscv/arch_timer.c b/tools/testing/selftests/kvm/riscv/arch_timer.c > index e22848f747c0..0f9cabd99fd4 100644 > --- a/tools/testing/selftests/kvm/riscv/arch_timer.c > +++ b/tools/testing/selftests/kvm/riscv/arch_timer.c > @@ -60,7 +60,7 @@ static void guest_run(struct test_vcpu_shared_data *shared_data) > irq_iter = READ_ONCE(shared_data->nr_iter); > __GUEST_ASSERT(config_iter + 1 == irq_iter, > "config_iter + 1 = 0x%x, irq_iter = 0x%x.\n" > - " Guest timer interrupt was not trigged within the specified\n" > + " Guest timer interrupt was not triggered within the specified\n" > " interval, try to increase the error margin by [-e] option.\n", > config_iter + 1, irq_iter); > } > -- > 2.39.2 > -- Thanks, Oliver