From 793cef5a86ee8dfc822d40c843908e6ce306106f Mon Sep 17 00:00:00 2001 From: Javier B Perez Date: Wed, 10 Aug 2016 09:37:43 -0500 Subject: [PATCH] checkpatch: add ignore for net/ip/contiki directory Added rule to ignore net/ip/contiki content in the checkpatch style. Change-Id: I06d8575d2a00d0032099c8a6d804fef3aaad8381 Signed-off-by: Javier B Perez --- .checkpatch.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 416f5805fb8..115f527b410 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -15,3 +15,4 @@ --ignore AVOID_EXTERNS --ignore NETWORKING_BLOCK_COMMENT_STYLE --exclude ext +--exclude net/ip/contiki