Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/powerpc: Fix spelling mistake "EACCESS" -> "EACCES"

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231215112456.13554-1-colin.i.king@gmail.com

authored by

Colin Ian King and committed by
Michael Ellerman
ba5b952a eb8446e1

+1 -1
+1 -1
tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c
··· 177 177 }, 178 178 { 179 179 .function = set_with_ro_fd, 180 - .description = "PAPR_IOC_SYSPARM_SET returns EACCESS on read-only fd", 180 + .description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd", 181 181 }, 182 182 }; 183 183