diff --git a/[refs] b/[refs] index f59390f0b23a..bda6af4aeec8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4129a6454dd925560bf3f46a12eb9f01cf8d5e7e +refs/heads/master: 66c6ceae39534c029c3434489c036f5ae2c6a593 diff --git a/trunk/drivers/char/tty_audit.c b/trunk/drivers/char/tty_audit.c index bacded0eefab..7722466e052f 100644 --- a/trunk/drivers/char/tty_audit.c +++ b/trunk/drivers/char/tty_audit.c @@ -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)