devtools: ignore warning on long log string
authorAllain Legacy <allain.legacy@windriver.com>
Wed, 1 Mar 2017 17:44:19 +0000 (12:44 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 6 Mar 2017 15:00:35 +0000 (16:00 +0100)
commitcf75514c8e2eac82261be0dc0a5e82e9f2653ca8
treef0c38b241fb29235d35420ce7f2974e857442b01
parent35b09d76f89e7d5a4f38a2926cf6915028ed1e56
devtools: ignore warning on long log string

The checkpatch.pl tool is flagging warnings on long debug log strings.
Since splitting these strings makes it difficult to search for logs it is
preferred to allow these as exceptions to the long line rule.  The addition
of the LONG_LINE_STRINGS to the list of exceptions will allow lines that
end with a string to exceed the maximum line length, but lines that end
with variables or other constructs will still be flagged as errors.  Also,
lines that make use of PRIx64 with string concatenation will still be
flagged if the beginning of the last string fragment begins after the 80
character threshold.

Signed-off-by: Allain Legacy <allain.legacy@windriver.com>
devtools/checkpatches.sh