.checkpatch.conf: ignore BRACES warnings
authorYann Gautier <yann.gautier@st.com>
Wed, 6 Mar 2019 09:58:13 +0000 (10:58 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 11 Mar 2019 09:09:51 +0000 (10:09 +0100)
commitd4abda29fbc66739955573e439d59248cf356788
tree84f1c72e38a572b374f4cc08f0338bd15e23cd43
parentc48d02bade88b07fa7f43aa44e5217f68e5d047f
.checkpatch.conf: ignore BRACES warnings

MISRA C:2012 Rule 15.6 asks to have braces for the body of an if,
for, or while statement.
This conflicts with checkpatch, and the warning should then be ignored.

Change-Id: I22589b68b03f19a426d3bcbc10a99d4e4c76eced
Signed-off-by: Yann Gautier <yann.gautier@st.com>
.checkpatch.conf