[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1473972593-26634-1-git-send-email-laurent.navet@gmail.com>
Date: Thu, 15 Sep 2016 22:49:53 +0200
From: Laurent Navet <laurent.navet@...il.com>
To: corbet@....net
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Laurent Navet <laurent.navet@...il.com>
Subject: [PATCH] docs/driver-model: fix typo
No need to be be, just be should be sufficient.
Signed-off-by: Laurent Navet <laurent.navet@...il.com>
---
Documentation/driver-model/device.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.1.4
Powered by blists - more mailing lists