checkpatch: Avoid warnings about pointer extensions

Linux has its own crazy set of %p pointer extensions. We're moving
the EC into using its own set of pointer extensions so we can turn on
compile-time printf format checking, but they're not necessarily the
same as Linux. Ignore those warnings so people doing perfectly legit
things with our printf don't get pestered.

BUG=chromium:984041
TEST=make -j buildall
BRANCH=None

Change-Id: Ife713d8c8bd2dbb904b2cf6610e278cd3cd4af6d
Signed-off-by: Evan Green <evgreen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1728441
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
Evan Green 2019-07-31 15:25:25 -07:00 committed by Commit Bot
parent 0128582fe6
commit 60d66714d3
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@
--ignore GIT_COMMIT_ID
--ignore C99_COMMENT_TOLERANCE
--ignore VSPRINTF_POINTER_EXTENSION