summaryrefslogtreecommitdiff
path: root/kernel-devel
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2012-04-20 10:17:17 +0200
committerManuel Traut <manut@linutronix.de>2018-03-16 21:39:12 +0100
commit245228465427c683f645088832a1b9d1149f3ca5 (patch)
tree281ba21d71f297d31c858aa0ec7adc896d07dae9 /kernel-devel
parentda68eb31881d9fdd9b26938ddf6af35893c6494d (diff)
updated index.txt and prepared slidesets for vorl4,5
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'kernel-devel')
-rw-r--r--kernel-devel/linux-device/pres_linux-device_en.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-devel/linux-device/pres_linux-device_en.tex b/kernel-devel/linux-device/pres_linux-device_en.tex
index d34ba56..da4ca55 100644
--- a/kernel-devel/linux-device/pres_linux-device_en.tex
+++ b/kernel-devel/linux-device/pres_linux-device_en.tex
@@ -208,8 +208,8 @@ static DEVICE_ATTR(ro_example, 0444, my_show_ro, NULL);
static DEVICE_ATTR(rw_example, 0644, my_show_rw, my_store_rw);
static struct attribute *my_dev_attrs[] = {
- &dev_attr_ro.attr,
- &dev_attr_rw.attr,
+ &dev_attr_ro_example.attr,
+ &dev_attr_rw_example.attr,
NULL,
};