diff options
author | Laurent Navet <laurent.navet@gmail.com> | 2016-09-15 22:49:53 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-16 10:01:45 -0600 |
commit | 829f4c362fc988381870b82cd7405f76fc077855 (patch) | |
tree | e36032c65acf2f566a411cf2f7fb64e51ba5d2f1 | |
parent | e92ae527e7ba59f9175221a4f5422fb5eaec3dc4 (diff) | |
download | op-kernel-dev-829f4c362fc988381870b82cd7405f76fc077855.zip op-kernel-dev-829f4c362fc988381870b82cd7405f76fc077855.tar.gz |
docs/driver-model: fix typo
No need to be be, just be should be sufficient.
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/driver-model/device.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-model/device.txt b/Documentation/driver-model/device.txt index 1e70220..2403eb8 100644 --- 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. |