Commit bd943a0
checkpatch: ignore COMPARISON_TO_NULL
Ignore COMPARISON_TO_NULL since it conflicts with Zephyr coding
guidelines main rule 85:
The controlling expression of an if statement and the
controlling expression of an iteration-statement shall have
essentially Boolean type
Link: https://docs.zephyrproject.org/latest/contribute/coding_guidelines
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>1 parent 5c7ce09 commit bd943a0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
0 commit comments