LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: rahularukonda2@gmail.com
To: maddy@linux.ibm.com
Cc: mpe@ellerman.id.au, npiggin@gmail.com, chleroy@kernel.org,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
	Arukonda Rahul <rahularukonda2@gmail.com>
Subject: [PATCH] powerpc/tools: Fix typo in unrel_branch_check.sh
Date: Tue,  4 Aug 2026 22:21:12 +0530	[thread overview]
Message-ID: <20260804165112.3859-1-rahularukonda2@gmail.com> (raw)

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



                 reply	other threads:[~2026-08-04 23:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260804165112.3859-1-rahularukonda2@gmail.com \
    --to=rahularukonda2@gmail.com \
    --cc=chleroy@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox