From 2b83f66f016bbc07c04aa38821d0092c3f38cc93 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Thu, 20 May 2010 06:24:56 -0400 Subject: [PATCH] Some "build" fixes in char device. --- 04char/chrdev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1