Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363248
b: refs/heads/master
c: bcfb87f
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Apr 3, 2013
1 parent f76142a commit 6d38c62
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: f7db5e7660b122142410dcf36ba903c73d473250
refs/heads/master: bcfb87fb75fa3a9b96c8a73d19166897d167fe3f
2 changes: 1 addition & 1 deletion trunk/drivers/base/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static ssize_t show_crash_notes_size(struct device *dev,
{
ssize_t rc;

rc = sprintf(buf, "%lu\n", sizeof(note_buf_t));
rc = sprintf(buf, "%zu\n", sizeof(note_buf_t));
return rc;
}
static DEVICE_ATTR(crash_notes_size, 0400, show_crash_notes_size, NULL);
Expand Down

0 comments on commit 6d38c62

Please sign in to comment.