Skip to content

Commit

Permalink
sysfs: Fix one more signature discrepancy between sysfs implementatio…
Browse files Browse the repository at this point in the history
…n and docs.

Signed-off-by: Ira Weiny <weiny2@llnl.gov>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ira Weiny authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent 30a6900 commit a530703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/filesystems/sysfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a530703

Please sign in to comment.