From: Shaun Zinck Date: Sat, 20 Oct 2007 00:39:43 +0000 (+0200) Subject: docs/sysfs: add missing word to sysfs attribute explanation X-Git-Tag: v2.6.24-rc1~124^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8c34f9816d9dd9d09ed9a78332fbe698e8fc765;p=platform%2Fkernel%2Flinux-3.10.git docs/sysfs: add missing word to sysfs attribute explanation Add the obvious missing word. Signed-off-by: Shaun Zinck Signed-off-by: Adrian Bunk --- diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index 4b5ca26..4598ef7 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt @@ -51,7 +51,7 @@ for the attributes, providing a means to read and write kernel attributes. Attributes should be ASCII text files, preferably with only one value -per file. It is noted that it may not be efficient to contain only +per file. It is noted that it may not be efficient to contain only one value per file, so it is socially acceptable to express an array of values of the same type.