Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319997
b: refs/heads/master
c: 086ff4b
h: refs/heads/master
i:
  319995: 87de42c
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jul 31, 2012
1 parent d1b3db6 commit 910b194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e04f228335bde305d2833e40382ed37fc36f9efe
refs/heads/master: 086ff4b3a7fb9cdf41e6a5d0ccd99b86d84633a1
2 changes: 2 additions & 0 deletions trunk/drivers/misc/lkdtm.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ static ssize_t lkdtm_debugfs_read(struct file *f, char __user *user_buf,
int i, n, out;

buf = (char *)__get_free_page(GFP_KERNEL);
if (buf == NULL)
return -ENOMEM;

n = snprintf(buf, PAGE_SIZE, "Available crash types:\n");
for (i = 0; i < ARRAY_SIZE(cp_type); i++)
Expand Down

0 comments on commit 910b194

Please sign in to comment.