Skip to content

Commit f77a98b

Browse files
committed
add checkopatch donfig
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 652743a commit f77a98b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.checkpatch.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This isn't actually a Linux kernel tree
2+
--no-tree
3+
4+
--ignore FILE_PATH_CHANGES
5+
--ignore COMPLEX_MACRO
6+
--ignore NEW_TYPEDEFS
7+
--ignore CONST_STRUCT
8+
--ignore SPDX_LICENSE_TAG

0 commit comments

Comments
 (0)