mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ACPI/PCI: Remove space before newline
There is an extraneous space before a newline in an acpi_handle_debug() message. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://patch.msgid.link/20250721145952.2601422-1-colin.i.king@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
62b2e01966
commit
492086faa5
|
|
@ -268,7 +268,7 @@ static int acpi_pci_link_get_current(struct acpi_pci_link *link)
|
|||
|
||||
link->irq.active = irq;
|
||||
|
||||
acpi_handle_debug(handle, "Link at IRQ %d \n", link->irq.active);
|
||||
acpi_handle_debug(handle, "Link at IRQ %d\n", link->irq.active);
|
||||
|
||||
end:
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user