From de7dbd8a331b6620adeed2c333836a49e00f0f64 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Mon, 9 May 2011 11:59:31 +0000 Subject: [PATCH] Tiny cleanup, that one went past the 80 chars. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41396 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/x86/irq_routing_table.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/system/kernel/arch/x86/irq_routing_table.cpp b/src/system/kernel/arch/x86/irq_routing_table.cpp index da75b30631..02b1cc067d 100644 --- a/src/system/kernel/arch/x86/irq_routing_table.cpp +++ b/src/system/kernel/arch/x86/irq_routing_table.cpp @@ -271,9 +271,9 @@ read_irq_routing_table_recursive(acpi_module_info* acpi, pci_module_info* pci, if (update_pci_info_for_entry(pci, irqEntry) != B_OK) { // Note: This isn't necesarily fatal, as there can be many // entries in the table pointing to disabled/optional - // devices. Also they can be used to describe the full actual - // wireing regardless of the presence of devices, in which - // case many entries won't have matches. + // devices. Also they can be used to describe the full + // actual wireing regardless of the presence of devices, in + // which case many entries won't have a match. #ifdef TRACE_PRT dprintf("didn't find a matching PCI device for irq entry," " can't update interrupt_line info:\n");