patch-2.4.20 linux-2.4.20/arch/mips/kernel/irixinv.c

Next file: linux-2.4.20/arch/mips/kernel/irixsig.c
Previous file: linux-2.4.20/arch/mips/kernel/irixelf.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/kernel/irixinv.c linux-2.4.20/arch/mips/kernel/irixinv.c
@@ -1,7 +1,7 @@
 /*
  * Support the inventory interface for IRIX binaries
  * This is invoked before the mm layer is working, so we do not
- * use the linked lists for the inventory yet. 
+ * use the linked lists for the inventory yet.
  *
  * Miguel de Icaza, 1997.
  */
@@ -23,7 +23,7 @@
 
 	if (inventory_items == MAX_INVENTORY)
 		return;
-	
+
 	ni->inv_class      = class;
 	ni->inv_type       = type;
 	ni->inv_controller = controller;
@@ -57,7 +57,7 @@
 	 * most likely this will not let just anyone run the X server
 	 * until we put the right values all over the place
 	 */
-	 
+
 	add_to_inventory (10, 3, 0, 0, 16400);
 	add_to_inventory (1, 1, 150, -1, 12);
 	add_to_inventory (1, 3, 0, 0, 8976);

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