[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <36ceffe2dcf5490fb76e4995e8307ef08fc3ba27.1750459100.git.unixbhaskar@gmail.com>
Date: Sat, 21 Jun 2025 04:08:56 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: dan.carpenter@...aro.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 7/9] Took away the full path to the script
Eliminate full to the script.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
smatch_scripts/gen_dma_funcs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/smatch_scripts/gen_dma_funcs.sh b/smatch_scripts/gen_dma_funcs.sh
index 7346963b8529..1a3fc5f0d612 100755
--- a/smatch_scripts/gen_dma_funcs.sh
+++ b/smatch_scripts/gen_dma_funcs.sh
@@ -4,7 +4,7 @@ file=$1
project=$(echo "$2" | cut -d = -f 2)
if [[ "$file" = "" ]] ; then
- echo "Usage: $0 <file with smatch messages> -p=<project>"
+ echo "Usage: $(basename $0) <file with smatch messages> -p=<project>"
exit 1
fi
--
2.46.3
Powered by blists - more mailing lists