Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84631
b: refs/heads/master
c: 66c6cea
h: refs/heads/master
i:
  84629: 45c427a
  84627: f3b4dbe
  84623: 8d8adf2
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Feb 8, 2008
1 parent 68d086b commit 04a8293
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: 4129a6454dd925560bf3f46a12eb9f01cf8d5e7e
refs/heads/master: 66c6ceae39534c029c3434489c036f5ae2c6a593
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static struct tty_audit_buf *tty_audit_buf_alloc(int major, int minor,
{
struct tty_audit_buf *buf;

buf = kmalloc(sizeof (*buf), GFP_KERNEL);
buf = kmalloc(sizeof(*buf), GFP_KERNEL);
if (!buf)
goto err;
if (PAGE_SIZE != N_TTY_BUF_SIZE)
Expand Down

0 comments on commit 04a8293

Please sign in to comment.