diff options
| author | Colin Ian King <[email protected]> | 2025-07-21 14:59:52 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2025-07-22 09:52:47 +0000 |
| commit | 492086faa559e5b0bf776d2ade2497394d1ce151 (patch) | |
| tree | b4f5a6e3f9c3e37262ba44776e6d9cb1366da1f7 | |
| parent | ACPI/PNP: Use my kernel.org address in MAINTAINERS and ABI docs (diff) | |
| download | kernel-492086faa559e5b0bf776d2ade2497394d1ce151.tar.gz kernel-492086faa559e5b0bf776d2ade2497394d1ce151.zip | |
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 <[email protected]>
Acked-by: Bjorn Helgaas <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
| -rw-r--r-- | drivers/acpi/pci_link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c index 08e10b6226dc..e4560b33b8ad 100644 --- a/drivers/acpi/pci_link.c +++ b/drivers/acpi/pci_link.c @@ -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; |
