patch-2.3.43 linux/drivers/ieee1394/pcilynx.c

Next file: linux/drivers/isdn/avmb1/capi.c
Previous file: linux/drivers/i2o/i2o_config.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/ieee1394/pcilynx.c linux/drivers/ieee1394/pcilynx.c
@@ -681,12 +681,12 @@
 
 
 static struct file_operations aux_ops = {
-        /* FIXME: should have custom llseek with bounds checking*/
-        read:     mem_read,
-        write:    mem_write,
-        poll:     aux_poll,
-        open:     mem_open,
-        release:  mem_release
+	/* FIXME: should have custom llseek with bounds checking */
+	read:		mem_read,
+	write:		mem_write,
+	poll:		aux_poll,
+	open:		mem_open,
+	release:	mem_release,
 };
 
 

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