commit | 07fc462d8d508a274266952b651abcf8c3fe88d6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu Mar 14 05:36:13 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed Mar 27 15:30:11 2013 -0400 |
tree | 296c7ff6ae20be86467a90a098c88a773181730f | |
parent | fb586dac800b36ccbee53a0be5c6b1b7254775fd [diff] |
checkpatch.pl: Add 'debug' to the list of logFunctions While the kernel mainly uses pr_debug(...), etc, for debug messages, we use debug(...). Add this to the list of logFunctions so that they are correctly checked (and not warned against) for long string literals. Signed-off-by: Tom Rini <trini@ti.com>