summaryrefslogtreecommitdiff
path: root/PRESUBMIT.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.cfg')
-rw-r--r--PRESUBMIT.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index b9805ac6b8..466f6d1f8f 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -1,6 +1,7 @@
[Hook Overrides]
branch_check: true
checkpatch_check: true
+kerneldoc_check: true
# We are using Linux style indentation with tabs
# The indentation is checked by checkpatch not the python script
@@ -8,6 +9,7 @@ tab_check: false
[Hook Overrides Options]
checkpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG
+kerneldoc_check: --include_regex=\bec_commands\.h$
[Hook Scripts]
presubmit_check = util/presubmit_check.sh 2>&1