linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES"
@ 2023-12-15 11:24 Colin Ian King
  2023-12-31 11:07 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-12-15 11:24 UTC (permalink / raw)
  To: Michael Ellerman, Nicholas Piggin, Christophe Leroy,
	Aneesh Kumar K . V, Naveen N . Rao, Shuah Khan, linuxppc-dev,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake of the EACCES error name, fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c b/tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
index d5436de5b8ed..f56c15a11e2f 100644
--- a/tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
+++ b/tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
@@ -177,7 +177,7 @@ static const struct sysparm_test sysparm_tests[] = {
 	},
 	{
 		.function = set_with_ro_fd,
-		.description = "PAPR_IOC_SYSPARM_SET returns EACCESS on read-only fd",
+		.description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd",
 	},
 };
 
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES"
  2023-12-15 11:24 [PATCH][next] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES" Colin Ian King
@ 2023-12-31 11:07 ` Michael Ellerman
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2023-12-31 11:07 UTC (permalink / raw)
  To: Nicholas Piggin, Christophe Leroy, Aneesh Kumar K . V,
	Naveen N . Rao, Shuah Khan, linuxppc-dev, linux-kselftest,
	Colin Ian King
  Cc: kernel-janitors, linux-kernel

On Fri, 15 Dec 2023 11:24:56 +0000, Colin Ian King wrote:
> There is a spelling mistake of the EACCES error name, fix it.
> 
> 

Applied to powerpc/next.

[1/1] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES"
      https://git.kernel.org/powerpc/c/ba5b952ad5f52e58c0f288b9d5427ad734600568

cheers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-31 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-15 11:24 [PATCH][next] powerpc/selftests: Fix spelling mistake "EACCESS" -> "EACCES" Colin Ian King
2023-12-31 11:07 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).