From 0a30f41a1c8753463ea721130bee956f82743af9 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Wed, 30 Nov 2022 11:19:37 +0100 Subject: [PATCH] checkpatch: Remove ext/ from excludes The ext/ folder does not exist anymore, remove it from the checkpatch config file. Signed-off-by: Carles Cufi --- .checkpatch.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index ba5ace18410..b68d702e453 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -29,4 +29,3 @@ --ignore MULTISTATEMENT_MACRO_USE_DO_WHILE --ignore ENOSYS --ignore IS_ENABLED_CONFIG ---exclude ext