From 80d360202f19b00f0d3991ac853c751c9512d591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0tetiar?= Date: Tue, 4 Aug 2020 14:22:17 +0200 Subject: [PATCH] scripts: remove checkpatch.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That file was added accidentally in v3 of the patch and I haven't properly reviewed that patch before pushing it. Fixes: 656b562aff36 ("scripts: Add Buildbot dump-target-info.pl script") Signed-off-by: Petr Štetiar --- scripts/checkpatch.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 scripts/checkpatch.sh diff --git a/scripts/checkpatch.sh b/scripts/checkpatch.sh deleted file mode 100644 index 720b337ab7..0000000000 --- a/scripts/checkpatch.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -PATCH_FILES="$*" make kernel_checkpatch