commit | 7a0c4edae99da6ab3d402deb0d88410251c6ac63 | [log] [tgz] |
---|---|---|
author | Sangho Yi <antiroot@gmail.com> | Thu Oct 18 00:15:13 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Oct 24 11:34:51 2012 -0700 |
tree | 8740b2ebe770ae77a6a9ba65874446a122151e4f | |
parent | 8ae763cd7e88a6bc552a6615ba6c1dcaa4828cbf [diff] |
tty: tty_mutex.c: Fixed coding style warning (using printk) Here I fixed from printk(KERN_ERR, ... to pr_err(... on tty_mutex.c Signed-off-by: Sangho Yi <antiroot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>