patch-2.3.43 linux/drivers/pcmcia/ds.c

Next file: linux/drivers/pcmcia/yenta.c
Previous file: linux/drivers/pcmcia/cs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/drivers/pcmcia/ds.c linux/drivers/pcmcia/ds.c
@@ -853,12 +853,12 @@
 /*====================================================================*/
 
 static struct file_operations ds_fops = {
-    open:	ds_open,
-    release:	ds_release,
-    ioctl:	ds_ioctl,
-    read:	ds_read,
-    write:	ds_write,
-    poll:	ds_poll
+	 open:		ds_open,
+	 release:	ds_release,
+	 ioctl:		ds_ioctl,
+	 read:		ds_read,
+	 write:		ds_write,
+	 poll:		ds_poll,
 };
 
 EXPORT_SYMBOL(register_pccard_driver);

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