[Intel-gfx] [maintainer-tools PATCH v2 06/33] dim: rename dim_checkrange to dim_checkpatch
Jani Nikula
jani.nikula at intel.com
Thu Jan 28 05:27:00 PST 2016
Rename to match the subcommand. Also add checkpatch subcommand (without
the hyphen) to match the spelling of the tool.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
dim | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dim b/dim
index 8865778a34f5..f8da41d71bc1 100755
--- a/dim
+++ b/dim
@@ -486,7 +486,7 @@ function checkpatch_commit
shell_checkpatch "git show $commit --pretty=email"
}
-function dim_checkrange
+function dim_checkpatch
{
local range
@@ -856,8 +856,8 @@ case "$subcommand" in
git log -1 $sha1 "--pretty=format:Fixes: %H (\"%s\")%n" | \
sed -e 's/\([0-f]\{12\}\)[0-f]*/\1/'
;;
- check-patch|cp)
- dim_checkrange $@
+ checkpatch|check-patch|cp)
+ dim_checkpatch $@
;;
cherry-pick)
if [[ "x$1" = "x" ]]; then
--
2.1.4
More information about the Intel-gfx
mailing list