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@xxxxxxxxx> --- 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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx