* [PATCH] powerpc/tools: Fix typo in unrel_branch_check.sh
@ 2026-08-04 16:51 rahularukonda2
0 siblings, 0 replies; only message in thread
From: rahularukonda2 @ 2026-08-04 16:51 UTC (permalink / raw)
To: maddy; +Cc: mpe, npiggin, chleroy, linuxppc-dev, linux-kernel, Arukonda Rahul
From: Arukonda Rahul <rahularukonda2@gmail.com>
Correct the misspelling "Unkown" to "Unknown" in the error
message printed by unrel_branch_check.sh.
Signed-off-by: Arukonda Rahul <rahularukonda2@gmail.com>
---
arch/powerpc/tools/unrel_branch_check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/tools/unrel_branch_check.sh b/arch/powerpc/tools/unrel_branch_check.sh
index 8301efee1e6c..13dcdc0c49b6 100755
--- a/arch/powerpc/tools/unrel_branch_check.sh
+++ b/arch/powerpc/tools/unrel_branch_check.sh
@@ -59,7 +59,7 @@ while IFS=: read -r from branch to sym; do
fi
printf -v to '0x%x' $(( "0x$from" + to ))
;;
- *) printf 'Unkown branch format\n'
+ *) printf 'Unknown branch format\n'
;;
esac
if [ "$to" = "$sim" ]; then
--
2.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 23:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 16:51 [PATCH] powerpc/tools: Fix typo in unrel_branch_check.sh rahularukonda2
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox