From: sunran001@208suo.com
To: tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
dave.hansen@linux.intel.com, x86@kernel.org
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] x86/acpi/boot: "foo * bar" should be "foo *bar"
Date: Fri, 21 Jul 2023 08:16:27 +0000 [thread overview]
Message-ID: <687638423c7d6f729c26b6dceca4520e@208suo.com> (raw)
In-Reply-To: <20230721081515.5836-1-xujianghui@cdjrlc.com>
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Ran Sun <sunran001@208suo.com>
---
arch/x86/kernel/acpi/boot.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 21b542a6866c..457f1f6622d0 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -254,7 +254,7 @@ acpi_parse_x2apic(union acpi_subtable_headers
*header, const unsigned long end)
}
static int __init
-acpi_parse_lapic(union acpi_subtable_headers * header, const unsigned
long end)
+acpi_parse_lapic(union acpi_subtable_headers *header, const unsigned
long end)
{
struct acpi_madt_local_apic *processor = NULL;
@@ -307,7 +307,7 @@ acpi_parse_sapic(union acpi_subtable_headers
*header, const unsigned long end)
}
static int __init
-acpi_parse_lapic_addr_ovr(union acpi_subtable_headers * header,
+acpi_parse_lapic_addr_ovr(union acpi_subtable_headers *header,
const unsigned long end)
{
struct acpi_madt_local_apic_override *lapic_addr_ovr = NULL;
@@ -344,7 +344,7 @@ acpi_parse_x2apic_nmi(union acpi_subtable_headers
*header,
}
static int __init
-acpi_parse_lapic_nmi(union acpi_subtable_headers * header, const
unsigned long end)
+acpi_parse_lapic_nmi(union acpi_subtable_headers *header, const
unsigned long end)
{
struct acpi_madt_local_apic_nmi *lapic_nmi = NULL;
@@ -517,7 +517,7 @@ static int __init mp_register_ioapic_irq(u8 bus_irq,
u8 polarity,
}
static int __init
-acpi_parse_ioapic(union acpi_subtable_headers * header, const unsigned
long end)
+acpi_parse_ioapic(union acpi_subtable_headers *header, const unsigned
long end)
{
struct acpi_madt_io_apic *ioapic = NULL;
struct ioapic_domain_cfg cfg = {
@@ -576,7 +576,7 @@ static void __init acpi_sci_ioapic_setup(u8 bus_irq,
u16 polarity, u16 trigger,
}
static int __init
-acpi_parse_int_src_ovr(union acpi_subtable_headers * header,
+acpi_parse_int_src_ovr(union acpi_subtable_headers *header,
const unsigned long end)
{
struct acpi_madt_interrupt_override *intsrc = NULL;
@@ -618,7 +618,7 @@ acpi_parse_int_src_ovr(union acpi_subtable_headers *
header,
}
static int __init
-acpi_parse_nmi_src(union acpi_subtable_headers * header, const unsigned
long end)
+acpi_parse_nmi_src(union acpi_subtable_headers *header, const unsigned
long end)
{
struct acpi_madt_nmi_source *nmi_src = NULL;
parent reply other threads:[~2023-07-21 8:16 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20230721081515.5836-1-xujianghui@cdjrlc.com>]
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=687638423c7d6f729c26b6dceca4520e@208suo.com \
--to=sunran001@208suo.com \
--cc=bp@alien8.de \
--cc=dave.hansen@linux.intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®