From cc0f448c9bc8163e5541ef34510ef0c539266cd9 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 11 Jun 2015 08:27:48 +0200 Subject: checkpatch: remove line length limit for examples and tests log functions Signed-off-by: Nicolas Morey-Chaisemartin Signed-off-by: Maxim Uvarov --- scripts/checkpatch.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 )}; -- cgit v1.2.3