ref: 268219d74efea33dca8b74ceb2ea11c4b05f1bb7
parent: d09ed3e52e6d1ce3d26cf6dc08bdb4e74245a680
author: ISSOtm <[email protected]>
date: Mon Sep 21 13:46:44 EDT 2020
Avoid warning about /* fallthrough */ comments We do not have `fallthrough;`, so...
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -83,3 +83,6 @@
# Parentheses can make the code clearer
--ignore UNNECESSARY_PARENTHESES
+
+# We don't have `fallthrough;` */
+--ignore PREFER_FALLTHROUGH