diff options
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
| -rw-r--r-- | arch/x86/kernel/apic/io_apic.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 53243ca7816..6bdd2c7ead7 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c @@ -1647,7 +1647,7 @@ __apicdebuginit(void) print_IO_APIC(void)  	printk(KERN_DEBUG ".... IRQ redirection table:\n");  	printk(KERN_DEBUG " NR Dst Mask Trig IRR Pol" -			  " Stat Dmod Deli Vect:   \n"); +			  " Stat Dmod Deli Vect:\n");  	for (i = 0; i <= reg_01.bits.entries; i++) {  		struct IO_APIC_route_entry entry;  |