[PATCH] selftests/landlock: Remove duplicate include of stdio.h
Chen Ni
nichen at iscas.ac.cn
Wed Feb 11 06:21:22 UTC 2026
Remove duplicate inclusion of stdio.h in fs_bench.c to clean up
redundant code.
Signed-off-by: Chen Ni <nichen at iscas.ac.cn>
---
tools/testing/selftests/landlock/fs_bench.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/landlock/fs_bench.c b/tools/testing/selftests/landlock/fs_bench.c
index 733c1264e5fd..551cb615ad93 100644
--- a/tools/testing/selftests/landlock/fs_bench.c
+++ b/tools/testing/selftests/landlock/fs_bench.c
@@ -26,7 +26,6 @@
#include <linux/prctl.h>
#include <stdbool.h>
#include <stdio.h>
-#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
--
2.25.1
More information about the Linux-security-module-archive
mailing list