Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 829f4c36 authored by Laurent Navet's avatar Laurent Navet Committed by Jonathan Corbet
Browse files

docs/driver-model: fix typo



No need to be be, just be should be sufficient.

Signed-off-by: default avatarLaurent Navet <laurent.navet@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent e92ae527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.