]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
checkpatch.pl: Add 'debug' to the list of logFunctions
authorTom Rini <trini@ti.com>
Thu, 14 Mar 2013 05:36:13 +0000 (05:36 +0000)
committerTom Rini <trini@ti.com>
Wed, 27 Mar 2013 19:30:11 +0000 (15:30 -0400)
commit0cab42110dbfe7e96172077367af1838d6cc5d0a
tree296c7ff6ae20be86467a90a098c88a773181730f
parent268d966dff75c6eaf49da21cf5f42b2700f81c50
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>
tools/checkpatch.pl