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
This commit is contained in:
Michael Lotz 2011-05-09 11:59:31 +00:00
parent a07f84d9cb
commit de7dbd8a33
1 changed files with 3 additions and 3 deletions

View File

@ -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");