__func -> __func__

This commit is contained in:
Kyle McMartin 2010-11-24 11:47:22 -05:00
parent 28f88fd957
commit f43af41c5a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ index 613c852..09c86d2 100644
- WARN_ON(!test_bit(TTY_LDISC, &tty->flags));
+ if (!test_bit(TTY_LDISC, &tty->flags)) {
+ printk("%s: !test_bit(TTY_LDISC, &tty->flags) dev=%s\n",
+ __func, tty->name);
+ __func__, tty->name);
+ WARN_ON(1);
+ }
mutex_unlock(&tty->ldisc_mutex);