Searched hist:"4 eb3c30b2e034b673df3e8f21b497e39f3911a02" (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/input/serio/ |
H A D | i8042.h | diff 4eb3c30b2e034b673df3e8f21b497e39f3911a02 Tue Nov 30 08:33:07 CET 2010 Joe Perches <joe@perches.com> Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ use
Standardized message logging prefixes. Removed \n from dbg macro, added \n to each dbg call site. Removed direct use of __FILE__ from dbg, converted to pr_fmt(fmt) Added non-debug printf argument verification of dbg calls Removed "i8042.c" from printks, converted to pr_<level>
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
|
H A D | i8042.c | diff 4eb3c30b2e034b673df3e8f21b497e39f3911a02 Tue Nov 30 08:33:07 CET 2010 Joe Perches <joe@perches.com> Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ use
Standardized message logging prefixes. Removed \n from dbg macro, added \n to each dbg call site. Removed direct use of __FILE__ from dbg, converted to pr_fmt(fmt) Added non-debug printf argument verification of dbg calls Removed "i8042.c" from printks, converted to pr_<level>
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
|