From 268219d74efea33dca8b74ceb2ea11c4b05f1bb7 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 21 Sep 2020 17:46:44 +0200 Subject: [PATCH] Avoid warning about /* fallthrough */ comments We do not have `fallthrough;`, so... --- .checkpatch.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 50a45678..ad1ca3ff 100644 --- 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