aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 4bd7230f2..cee734aac 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -365,6 +365,8 @@ our $logFunctions = qr{(?x:
MODULE_[A-Z_]+|
seq_vprintf|seq_printf|seq_puts|
ODP_ASSERT|ODP_DBG|ODP_ERR|ODP_ABORT|ODP_LOG|ODP_PRINT|
+ EXAMPLE_DBG|EXAMPLE_ERR|EXAMPLE_ABORT|
+ LOG_DBG|LOG_ERR|LOG_ABORT|
printf
)};