[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241204080149.11759-1-zhujun2@cmss.chinamobile.com>
Date: Wed, 4 Dec 2024 00:01:49 -0800
From: Zhu Jun <zhujun2@...s.chinamobile.com>
To: shuah@...nel.org
Cc: linuxppc-dev@...ts.ozlabs.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Zhu Jun <zhujun2@...s.chinamobile.com>
Subject: [PATCH] selftests/powerpc: Fix typo in test-vphn.c
The word 'accross' is wrong, so fix it.
Signed-off-by: Zhu Jun <zhujun2@...s.chinamobile.com>
---
tools/testing/selftests/powerpc/vphn/test-vphn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/powerpc/vphn/test-vphn.c b/tools/testing/selftests/powerpc/vphn/test-vphn.c
index 81d3069ff..f348f5491 100644
--- a/tools/testing/selftests/powerpc/vphn/test-vphn.c
+++ b/tools/testing/selftests/powerpc/vphn/test-vphn.c
@@ -275,7 +275,7 @@ static struct test {
}
},
{
- /* Parse a 32-bit value split accross two consecutives 64-bit
+ /* Parse a 32-bit value split across two consecutives 64-bit
* input values.
*/
"vphn: 16-bit value followed by 2 x 32-bit values",
--
2.17.1
Powered by blists - more mailing lists