From: Petr Štetiar Date: Tue, 4 Aug 2020 12:22:17 +0000 (+0200) Subject: scripts: remove checkpatch.sh X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80d360202f19b00f0d3991ac853c751c9512d591;p=openwrt%2Fstaging%2Fstintel.git scripts: remove checkpatch.sh 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 --- 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