aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-06-10 14:11:56 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2020-06-11 11:11:43 +0300
commit1302f13483edc54e315cbf3e6a701233a2becc29 (patch)
tree3e7ebe311a473a49978c5e9458578e8facef0d35 /scripts
parent79ffd86ff506063bbafd6d8c21888832ac882f62 (diff)
checkpatch: ignore LONG_LINE_STRING warnings
Allow string lines longer than max line length. Remove now unnecessary modifications to the checkpatch file. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index c0c9273cc..a8976b1e5 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -475,9 +475,6 @@ our $logFunctions = qr{(?x:
WARN(?:_RATELIMIT|_ONCE|)|
panic|
MODULE_[A-Z_]+|
- ODP_ASSERT|ODP_DBG|ODP_ERR|ODP_ABORT|ODP_LOG|ODP_PRINT|
- ODPH_ASSERT|ODPH_DBG|ODPH_ERR|ODPH_ABORT|ODPH_LOG|
- printf
seq_vprintf|seq_printf|seq_puts
)};