patch-2.4.22 linux-2.4.22/arch/mips/ite-boards/ivr/pci_fixup.c

Next file: linux-2.4.22/arch/mips/ite-boards/qed-4n-s01b/Makefile
Previous file: linux-2.4.22/arch/mips/ite-boards/ivr/init.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/ite-boards/ivr/pci_fixup.c linux-2.4.22/arch/mips/ite-boards/ivr/pci_fixup.c
@@ -74,8 +74,8 @@
 		switch (slot) {
 			case 0x01:
 			    /*
-			     * Internal device 1 is actually 7 different 
-			     * internal devices on the IT8172G (multi-function 
+			     * Internal device 1 is actually 7 different
+			     * internal devices on the IT8172G (multi-function
 			     * device).
 			     */
 			    if (func < 7)
@@ -97,7 +97,7 @@
 						dev->irq = IT8172_PCI_INTB_IRQ;
 						break;
 					default:
-						dev->irq = 0xff; 
+						dev->irq = 0xff;
 						break;
 
 				}
@@ -118,7 +118,7 @@
 					dev->irq = IT8172_PCI_INTD_IRQ;
 					break;
 				default:
-					dev->irq = 0xff; 
+					dev->irq = 0xff;
 					break;
 
 				}
@@ -139,7 +139,7 @@
 						dev->irq = IT8172_PCI_INTD_IRQ;
 						break;
 					default:
-						dev->irq = 0xff; 
+						dev->irq = 0xff;
 						break;
 
 				}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)