Some "build" fixes in char device.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 20 May 2010 10:24:56 +0000 (06:24 -0400)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 20 May 2010 10:24:56 +0000 (06:24 -0400)
04char/chrdev

index a48e677..dbf422d 100644 (file)
@@ -62,7 +62,7 @@ Do not forget to include linux/fs.h.
 * read
 * write
 * ioctl
-* unlocked_ioctl
+* unlocked\\_ioctl
 * llseek
 * poll
 * mmap
@@ -88,7 +88,7 @@ major/minor numbers and pointers to the corresponding device representation.
 Nowadays, major number is 12 bits and minor number is 20 bits. This may change
 in the future, so macros should be used.
 
-* include linux/kdev_t.h
+* include linux/kdev\\_t.h
 * MAJOR
 * MINOR
 * MKDEV