Re: [PATCH] powerpc/tools: Fix typo in unrel_branch_check.sh
Rahul Arukonda <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.kernel |
|---|---|
| Message-ID | <CADu5n7+njmKHKpTHMSWNycAbMnnFCvDchZ_maOYiuq0EPhGsuA@mail.gmail.com> |
Hi I hope you are having a great week. Iam following up on the patch i submitted for review. please let me know if you need any additional context in the mean time. Thank you for your time and guidance. Best regards, Rahul On Tue, 4 Aug, 2026, 10:21 pm , <[email protected]> wrote: > From: Arukonda Rahul <[email protected]> > > Correct the misspelling "Unkown" to "Unknown" in the error > message printed by unrel_branch_check.sh. > > Signed-off-by: Arukonda Rahul <[email protected]> > --- > 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 > >