checkpatch: Don't expect Signed-off-by lines in commit messages

This commit is contained in:
yenatch
2018-07-01 00:05:11 -04:00
parent 587159448a
commit 5e9c433a24

View File

@@ -19,6 +19,9 @@
# Don't expect SPDX tag in the first line of a file
--ignore SPDX_LICENSE_TAG
# Don't expect Signed-off-by lines in commit messages
--no-signoff
# List of ignored rules
# ---------------------