patch-2.4.20 linux-2.4.20/drivers/sgi/char/rrm.c

Next file: linux-2.4.20/drivers/sgi/char/sgicons.c
Previous file: linux-2.4.20/drivers/sgi/char/newport.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/sgi/char/rrm.c linux-2.4.20/drivers/sgi/char/rrm.c
@@ -1,5 +1,5 @@
 /*
- * Linux Rendering Resource Manager 
+ * Linux Rendering Resource Manager
  *
  *          Implements the SGI-compatible rendering resource manager.
  *          This takes care of implementing the virtualized video hardware
@@ -51,7 +51,7 @@
 rrm_command (unsigned int cmd, void *arg)
 {
 	int i, rnid;
-	
+
 	if (cmd > RRM_FUNCTIONS){
 		printk ("Called unimplemented rrm ioctl: %d\n", cmd + RRM_BASE);
 		return -EINVAL;

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