mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/acpi/boot: "foo * bar" should be "foo *bar"
       [not found] <20230721081515.5836-1-xujianghui@cdjrlc.com>
@ 2023-07-21  8:16 ` sunran001
  0 siblings, 0 replies; only message in thread
From: sunran001 @ 2023-07-21  8:16 UTC (permalink / raw)
  To: tglx, mingo, bp, dave.hansen, x86; +Cc: linux-acpi, linux-kernel

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230721081515.5836-1-xujianghui@cdjrlc.com>
2023-07-21  8:16 ` [PATCH] x86/acpi/boot: "foo * bar" should be "foo *bar" sunran001

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®