[LTP] [PATCH] readahead01: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Thu Feb 20 08:39:07 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/readahead/readahead01.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/syscalls/readahead/readahead01.c b/testcases/kernel/syscalls/readahead/readahead01.c
index fdf1bb044..890e48014 100644
--- a/testcases/kernel/syscalls/readahead/readahead01.c
+++ b/testcases/kernel/syscalls/readahead/readahead01.c
@@ -9,7 +9,7 @@
*
* - EBADF when fd is not a valid file descriptor or is not open for reading.
* - EINVAL when fd does not refer to a file type to which readahead()
- * can be applied.
+ * can be applied.
*/
#define _GNU_SOURCE
#include <errno.h>
--
2.47.0
More information about the ltp
mailing list