summaryrefslogtreecommitdiff
path: root/kernel-devel/linux-device/pres_linux-device_en.tex
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2012-04-20 10:17:17 +0200
committerManuel Traut <manut@linutronix.de>2012-04-20 10:17:17 +0200
commit202052771bf098b70d2938bf1b7ee5b07ddae86e (patch)
tree87634ba8e6e8f47aca2a9fd6b19fc8995c859a47 /kernel-devel/linux-device/pres_linux-device_en.tex
parent8f0af2af68578d17e43096142e3fa0f273c5d43e (diff)
updated index.txt and prepared slidesets for vorl4,5
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'kernel-devel/linux-device/pres_linux-device_en.tex')
-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,
};