Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205529
b: refs/heads/master
c: a530703
h: refs/heads/master
i:
  205527: 0f70eff
v: v3
  • Loading branch information
Ira Weiny authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent 73b66dc commit 4747f18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 30a69000a4ba9cf49e8b826431847cc80881b59b
refs/heads/master: a5307032718b1e90e6d07008d7fd44d1446db7d7
4 changes: 2 additions & 2 deletions trunk/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 4747f18

Please sign in to comment.