Drop the dim_ prefix as there's no corresponding subcommand.

Signed-off-by: Jani Nikula <jani.nik...@intel.com>
---
 dim | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dim b/dim
index e2d4869fdab0..d26abceb21a6 100755
--- a/dim
+++ b/dim
@@ -386,7 +386,7 @@ function dim_apply_branch
 
        local message_id=$(message_get_id $file)
 
-       dim_shell_checkpatch "cat $file"
+       shell_checkpatch "cat $file"
 
        local commiter_email=$(git config --get user.email)
        local patch_from=$(grep "From:" "$file" | head -1)
@@ -466,7 +466,7 @@ function check_repo_clean
 }
 
 # $1 is the shell command to display the patch/commit
-function dim_shell_checkpatch
+function shell_checkpatch
 {
        local cmd=$1
 
@@ -483,7 +483,7 @@ function dim_checkpatch
        local commit=$1
 
        git --no-pager log --oneline -1 $commit
-       dim_shell_checkpatch "git show $commit --pretty=email"
+       shell_checkpatch "git show $commit --pretty=email"
 }
 
 function dim_checkrange
-- 
2.1.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to