laforge submitted this change.
tame the linter
Change-Id: I745b741dedf2c2ed5679c289e70adcb01c750e4d
---
A .checkpatch.conf
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 0000000..b97ab25
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,17 @@
+--exclude gcc/gcc/.*ld
+--exclude CMSIS
+--exclude hpl
+--exclude hal
+
+--ignore BRACES_NOT_NECESSARY
+--ignore OPEN_BRACE
+--ignore FSF_MAILING_ADDRESS
+--ignore DOS_LINE_ENDINGS
+--ignore FUNCTION_WITHOUT_ARGS
+--ignore TRAILING_WHITESPACE
+--ignore CODE_INDENT
+--ignore SPACING
+--ignore POINTER_LOCATION
+--ignore INLINE_LOCATION
+--ignore LEADING_SPACE
+--ignore SUSPECT_CODE_INDENT
To view, visit change 39439. To unsubscribe, or for help writing mail filters, visit settings.