From: Laurent Navet Date: Thu, 15 Sep 2016 20:49:53 +0000 (+0200) Subject: docs/driver-model: fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=829f4c362fc988381870b82cd7405f76fc077855;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git docs/driver-model: fix typo No need to be be, just be should be sufficient. Signed-off-by: Laurent Navet Signed-off-by: Jonathan Corbet --- 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. 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.