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
This commit is contained in:
Colin Ian King 2023-12-15 11:24:56 +00:00 committed by Michael Ellerman
parent eb8446e164
commit ba5b952ad5
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
};