projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a6900
)
sysfs: Fix one more signature discrepancy between sysfs implementation and docs.
author
Ira Weiny
<weiny2@llnl.gov>
Thu, 15 Jul 2010 18:34:44 +0000
(11:34 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Aug 2010 20:53:34 +0000
(13:53 -0700)
Signed-off-by: Ira Weiny <weiny2@llnl.gov>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/filesystems/sysfs.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/filesystems/sysfs.txt
b/Documentation/filesystems/sysfs.txt
index d78ed0bb275689e951237a94796d39c75ea26c98..5d1335faec2df7eef54ae8ddf4f795889e79096b 100644
(file)
--- a/
Documentation/filesystems/sysfs.txt
+++ b/
Documentation/filesystems/sysfs.txt
@@
-4,7
+4,7
@@
sysfs - _The_ filesystem for exporting kernel objects.
Patrick Mochel <mochel@osdl.org>
Mike Murphy <mamurph@cs.clemson.edu>
-Revised: 1
0
July 2010
+Revised: 1
5
July 2010
Original: 10 January 2003
@@
-333,7
+333,7
@@
Structure:
struct bus_attribute {
struct attribute attr;
ssize_t (*show)(struct bus_type *, char * buf);
- ssize_t (*store)(struct bus_type *, const char * buf);
+ ssize_t (*store)(struct bus_type *, const char * buf
, size_t count
);
};
Declaring: