kernel_printf: allow '\b' if it's the first character of the format string
commit9c408c053312b32f213fba06c0c6fee4d588200f
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 Feb 2015 20:18:24 +0000 (12 23:18 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 12 Feb 2015 20:22:10 +0000 (12 23:22 +0300)
tree0dc9ef02529902889f0afd9a8a618d9c1fb69a9e
parent210c895ef646baeb25b8aaa0c2f46c88b08293ea
kernel_printf: allow '\b' if it's the first character of the format string

Those are normally intentional.  If '\b' is not the first character then
normally it is a typo and '\n' was intended.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_kernel_printf.c