Skip to content

Commit ba5b952

Browse files
ColinIanKingmpe
authored andcommitted
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
1 parent eb8446e commit ba5b952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/powerpc/papr_sysparm/papr_sysparm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static const struct sysparm_test sysparm_tests[] = {
177177
},
178178
{
179179
.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",
181181
},
182182
};
183183

0 commit comments

Comments
 (0)