diff options
author | Laurent Navet <laurent.navet@gmail.com> | 2016-09-15 16:49:53 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-16 12:01:45 -0400 |
commit | 829f4c362fc988381870b82cd7405f76fc077855 (patch) | |
tree | e36032c65acf2f566a411cf2f7fb64e51ba5d2f1 /Documentation/driver-model | |
parent | e92ae527e7ba59f9175221a4f5422fb5eaec3dc4 (diff) |
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>
Diffstat (limited to 'Documentation/driver-model')
-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 1e70220d20f4..2403eb856187 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. | |||
50 | Please see Documentation/filesystems/sysfs.txt for more information | 50 | Please see Documentation/filesystems/sysfs.txt for more information |
51 | on how sysfs works. | 51 | on how sysfs works. |
52 | 52 | ||
53 | As explained in Documentation/kobject.txt, device attributes must be be | 53 | As explained in Documentation/kobject.txt, device attributes must be |
54 | created before the KOBJ_ADD uevent is generated. The only way to realize | 54 | created before the KOBJ_ADD uevent is generated. The only way to realize |
55 | that is by defining an attribute group. | 55 | that is by defining an attribute group. |
56 | 56 | ||