From: Ira Weiny Date: Thu, 15 Jul 2010 18:34:44 +0000 (-0700) Subject: sysfs: Fix one more signature discrepancy between sysfs implementation and docs. X-Git-Tag: v3.0~4100^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5307032718b1e90e6d07008d7fd44d1446db7d7;p=platform%2Fkernel%2Flinux-amlogic.git sysfs: Fix one more signature discrepancy between sysfs implementation and docs. Signed-off-by: Ira Weiny Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt index d78ed0b..5d1335fae 100644 --- a/Documentation/filesystems/sysfs.txt +++ b/Documentation/filesystems/sysfs.txt @@ -4,7 +4,7 @@ sysfs - _The_ filesystem for exporting kernel objects. Patrick Mochel Mike Murphy -Revised: 10 July 2010 +Revised: 15 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: