Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7383
b: refs/heads/master
c: f62c6d0
h: refs/heads/master
i:
  7381: e59a894
  7379: 42b4c25
  7375: 94eb564
v: v3
  • Loading branch information
Neil Horman authored and Linus Torvalds committed Sep 7, 2005
1 parent de7b878 commit 32fb39c
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: f23ef184b486ac021b6a471b4e94cfa04860d3b0
refs/heads/master: f62c6d0a2607b2d1fdf280d4d1467a7a6e24c67d
2 changes: 1 addition & 1 deletion trunk/drivers/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int get_blkdev_list(char *p, int used)
struct blk_major_name *n;
int i, len;

len = sprintf(p, "\nBlock devices:\n");
len = snprintf(p, (PAGE_SIZE-used), "\nBlock devices:\n");

down(&block_subsys_sem);
for (i = 0; i < ARRAY_SIZE(major_names); i++) {
Expand Down

0 comments on commit 32fb39c

Please sign in to comment.