From: "Kaya, Metin" <metikaya@amazon.com>
To: "kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [kvm-unit-tests PATCH 2/2] x86/smptest: Fix whitespacing issues
Date: Tue, 4 Jan 2022 15:24:28 +0000 [thread overview]
Message-ID: <1641309867821.97427@amazon.com> (raw)
In-Reply-To: <1641300703862.58592@amazon.com>
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
This is up-to-date version of the same patch.
________________________________________
From: Kaya, Metin
Sent: 04 January 2022 12:51
To: kvm@vger.kernel.org
Subject: [kvm-unit-tests PATCH 2/2] x86/smptest: Fix whitespacing issues
The convention is using spaces in x86/smptest.c. However, tab was used in 2 places. Replaced them with spaces.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-x86-smptest-Fix-whitespacing-issues.patch --]
[-- Type: text/x-patch; name="0002-x86-smptest-Fix-whitespacing-issues.patch", Size: 1130 bytes --]
From 9431d139ced6e14efc7a11d644b59d4257e0ed6f Mon Sep 17 00:00:00 2001
From: Metin Kaya <metikaya@amazon.com>
Date: Wed, 22 Dec 2021 18:25:20 +0000
Subject: [kvm-unit-tests PATCH 2/2] x86/smptest: Fix whitespacing issues
The convention is using spaces in x86/smptest.c. However, tab was used
in 2 places. Replaced them with spaces.
Signed-off-by: Metin Kaya <metikaya@amazon.com>
---
x86/smptest.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x86/smptest.c b/x86/smptest.c
index cbb4e60..75cc39b 100644
--- a/x86/smptest.c
+++ b/x86/smptest.c
@@ -10,7 +10,7 @@ static void ipi_test(void *data)
printf("ipi called, cpu %d\n", n);
if (id_map[n] != smp_id())
- printf("but wrong cpu %d\n", smp_id());
+ printf("but wrong cpu %d\n", smp_id());
else
nipis++;
}
@@ -23,7 +23,7 @@ int main(void)
ncpus = cpu_count();
printf("found %d cpus\n", ncpus);
for (i = 0; i < ncpus; ++i)
- on_cpu(i, ipi_test, (void *)(long)i);
+ on_cpu(i, ipi_test, (void *)(long)i);
report(nipis == ncpus, "IPI to each CPU");
return report_summary();
--
2.32.0
prev parent reply other threads:[~2022-01-04 15:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-04 12:51 [kvm-unit-tests PATCH 2/2] x86/smptest: Fix whitespacing issues Kaya, Metin
2022-01-04 15:24 ` Kaya, Metin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1641309867821.97427@amazon.com \
--to=metikaya@amazon.com \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.