X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fslides%2F.git;a=blobdiff_plain;f=04char%2Fchrdev;h=dbf422dd0ea416902d90684422d81f452bae7fe8;hp=a48e677278d05952100cfebf97e1532e6ccc31f0;hb=2b83f66f016bbc07c04aa38821d0092c3f38cc93;hpb=60dd03eab0dbb0930ebf32290f26aa1766112efa diff --git a/04char/chrdev b/04char/chrdev index a48e677..dbf422d 100644 --- a/04char/chrdev +++ b/04char/chrdev @@ -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