Commit ba5b952a authored by Colin Ian King's avatar Colin Ian King Committed by Michael Ellerman

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

There is a spelling mistake of the EACCES error name, fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231215112456.13554-1-colin.i.king@gmail.com
parent eb8446e1
......@@ -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",
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment