commit | 0cab42110dbfe7e96172077367af1838d6cc5d0a | [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 | 268d966dff75c6eaf49da21cf5f42b2700f81c50 [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>