Message ID | 20241204080149.11759-1-zhujun2@cmss.chinamobile.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3a7a53c8d4813ef510a731f529b8c58208ab8896 |
Headers | show |
Series | selftests/powerpc: Fix typo in test-vphn.c | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/github-powerpc_ppctests | success | Successfully ran 8 jobs. |
snowpatch_ozlabs/github-powerpc_selftests | success | Successfully ran 8 jobs. |
snowpatch_ozlabs/github-powerpc_sparse | success | Successfully ran 4 jobs. |
snowpatch_ozlabs/github-powerpc_clang | success | Successfully ran 5 jobs. |
snowpatch_ozlabs/github-powerpc_kernel_qemu | success | Successfully ran 21 jobs. |
On Wed, 04 Dec 2024 00:01:49 -0800, Zhu Jun wrote: > The word 'accross' is wrong, so fix it. > > Applied to powerpc/next. [1/1] selftests/powerpc: Fix typo in test-vphn.c https://git.kernel.org/powerpc/c/3a7a53c8d4813ef510a731f529b8c58208ab8896 Thanks
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",
The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> --- tools/testing/selftests/powerpc/vphn/test-vphn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)