Rename to match the subcommand. Also add checkpatch subcommand (without
the hyphen) to match the spelling of the tool.

Signed-off-by: Jani Nikula <[email protected]>
---
 dim | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dim b/dim
index 6a8521c8c7b9..012353112a3b 100755
--- a/dim
+++ b/dim
@@ -476,7 +476,7 @@ function checkpatch_commit
        shell_checkpatch "git show $commit --pretty=email"
 }
 
-function dim_checkrange
+function dim_checkpatch
 {
        local range
 
@@ -846,8 +846,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

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to