projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e92ae52
)
docs/driver-model: fix typo
author
Laurent Navet
<
[email protected]
>
Thu, 15 Sep 2016 20:49:53 +0000
(22:49 +0200)
committer
Jonathan Corbet
<
[email protected]
>
Fri, 16 Sep 2016 16:01:45 +0000
(10:01 -0600)
No need to be be, just be should be sufficient.
Signed-off-by: Laurent Navet <
[email protected]
>
Signed-off-by: Jonathan Corbet <
[email protected]
>
Documentation/driver-model/device.txt
patch
|
blob
|
history
diff --git
a/Documentation/driver-model/device.txt
b/Documentation/driver-model/device.txt
index 1e70220d20f4fb0ba4ca2bf5a2b3a86e77fe29ce..2403eb8561877735b228c962320de04407265679 100644
(file)
--- a/
Documentation/driver-model/device.txt
+++ b/
Documentation/driver-model/device.txt
@@
-50,7
+50,7
@@
Attributes of devices can be exported by a device driver through sysfs.
Please see Documentation/filesystems/sysfs.txt for more information
on how sysfs works.
-As explained in Documentation/kobject.txt, device attributes must be
be
+As explained in Documentation/kobject.txt, device attributes must be
created before the KOBJ_ADD uevent is generated. The only way to realize
that is by defining an attribute group.