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

Configure Feed

Select the types of activity you want to include in your feed.

selftests/landlock: Fix typo in fs_test

Signed-off-by: Tingmao Wang <m@maowtm.org>
Link: https://lore.kernel.org/r/62d18e06eeb26f62bc49d24c4467b3793c5ba32b.1766885035.git.m@maowtm.org
Signed-off-by: Mickaël Salaün <mic@digikod.net>

authored by

Tingmao Wang and committed by
Mickaël Salaün
14c00e30 602acfb5

+2 -2
+2 -2
tools/testing/selftests/landlock/fs_test.c
··· 7069 7069 return -E2BIG; 7070 7070 7071 7071 /* 7072 - * It is assume that absolute_path does not contain control characters nor 7073 - * spaces, see audit_string_contains_control(). 7072 + * It is assumed that absolute_path does not contain control 7073 + * characters nor spaces, see audit_string_contains_control(). 7074 7074 */ 7075 7075 absolute_path = realpath(path, NULL); 7076 7076 if (!absolute_path)