[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20100715113444.68bbe2dd.weiny2@llnl.gov>
Date: Thu, 15 Jul 2010 11:34:44 -0700
From: Ira Weiny <weiny2@...l.gov>
To: Patrick Mochel <mochel@...l.org>,
Mike Murphy <mamurph@...clemson.edu>
Cc: Randy Dunlap <rdunlap@...otime.net>,
Greg Kroah-Hartman <gregkh@...e.de>,
Phil Carmody <ext-phil.2.carmody@...ia.com>,
Lucian Adrian Grijincu <lgrijincu@...acom.com>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [PATCH] Fix one more signature discrepancy between sysfs
implementation and docs.
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@...l.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@...l.org>
Mike Murphy <mamurph@...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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists