Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288964
b: refs/heads/master
c: 21c1ddf
h: refs/heads/master
v: v3
  • Loading branch information
Szymon Janc authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 1768472 commit dd87f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 505d2ad2277950ee67e8ed4a12a349f18925c0f4
refs/heads/master: 21c1ddf31415f5db34975760e847bf6033b4f9db
2 changes: 1 addition & 1 deletion trunk/drivers/staging/quickstart/quickstart.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static ssize_t quickstart_buttons_show(struct device *dev,
return snprintf(buf, PAGE_SIZE, "none");

list_for_each_entry(b, &buttons, list) {
count += snprintf(buf + count, PAGE_SIZE - count, "%d\t%s\n",
count += snprintf(buf + count, PAGE_SIZE - count, "%u\t%s\n",
b->id, b->name);

if (count >= PAGE_SIZE) {
Expand Down

0 comments on commit dd87f32

Please sign in to comment.