Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189669
b: refs/heads/master
c: 4dc86ae
h: refs/heads/master
i:
  189667: 0e767c8
v: v3
  • Loading branch information
Linus Torvalds committed Apr 9, 2010
1 parent 7da1368 commit b2480b6
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: 9ddd3a31aedcdb55d5509b595c04b187041c8adb
refs/heads/master: 4dc86ae1f925b2121d4e75058675895f83e54c71
2 changes: 1 addition & 1 deletion trunk/drivers/base/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static ssize_t
print_block_size(struct sysdev_class *class, struct sysdev_class_attribute *attr,
char *buf)
{
return sprintf(buf, "%#lx\n", (unsigned long)PAGES_PER_SECTION * PAGE_SIZE);
return sprintf(buf, "%lx\n", (unsigned long)PAGES_PER_SECTION * PAGE_SIZE);
}

static SYSDEV_CLASS_ATTR(block_size_bytes, 0444, print_block_size, NULL);
Expand Down

0 comments on commit b2480b6

Please sign in to comment.