From: Ira Weiny <weiny2@llnl.gov>
To: Patrick Mochel <mochel@osdl.org>, Mike Murphy <mamurph@cs.clemson.edu>
Cc: Randy Dunlap <rdunlap@xenotime.net>,
Greg Kroah-Hartman <gregkh@suse.de>,
Phil Carmody <ext-phil.2.carmody@nokia.com>,
Lucian Adrian Grijincu <lgrijincu@ixiacom.com>,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH] Fix one more signature discrepancy between sysfs implementation and docs.
Date: Thu, 15 Jul 2010 11:34:44 -0700 [thread overview]
Message-ID: <20100715113444.68bbe2dd.weiny2@llnl.gov> (raw)
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
reply other threads:[~2010-07-15 18:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100715113444.68bbe2dd.weiny2@llnl.gov \
--to=weiny2@llnl.gov \
--cc=ext-phil.2.carmody@nokia.com \
--cc=gregkh@suse.de \
--cc=lgrijincu@ixiacom.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mamurph@cs.clemson.edu \
--cc=mochel@osdl.org \
--cc=rdunlap@xenotime.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®