mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix one more signature discrepancy between sysfs implementation and docs.
@ 2010-07-15 18:34 Ira Weiny
  0 siblings, 0 replies; only message in thread
From: Ira Weiny @ 2010-07-15 18:34 UTC (permalink / raw)
  To: Patrick Mochel, Mike Murphy
  Cc: Randy Dunlap, Greg Kroah-Hartman, Phil Carmody,
	Lucian Adrian Grijincu, linux-kernel, linux-doc

This patch builds on the one submitted by Bart here: http://lkml.org/lkml/2010/7/10/72

applies to linux-next.

Signed-off-by: Ira Weiny <weiny2@llnl.gov>
---
 Documentation/filesystems/sysfs.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/filesystems/sysfs.txt b/Documentation/filesystems/sysfs.txt
index d78ed0b..5d1335f 100644
--- 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:    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:
-- 
1.5.4.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-15 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-15 18:34 [PATCH] Fix one more signature discrepancy between sysfs implementation and docs Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®