patch-2.3.43 linux/fs/devices.c

Next file: linux/fs/devpts/root.c
Previous file: linux/fs/cramfs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/fs/devices.c linux/fs/devices.c
@@ -157,7 +157,7 @@
  * depending on the special file...
  */
 static struct file_operations def_chr_fops = {
-	open:	chrdev_open
+	open:		chrdev_open,
 };
 
 static struct inode_operations chrdev_inode_operations = {

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