[LTP] [PATCH] sched_getparam01: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Thu Feb 20 08:43:13 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/sched_getparam/sched_getparam01.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/sched_getparam/sched_getparam01.c b/testcases/kernel/syscalls/sched_getparam/sched_getparam01.c
index 2c56286d6..554ef2ff5 100644
--- a/testcases/kernel/syscalls/sched_getparam/sched_getparam01.c
+++ b/testcases/kernel/syscalls/sched_getparam/sched_getparam01.c
@@ -10,9 +10,9 @@
* the specified process:
*
* - If pid is zero, sched_getparam(2) gets the scheduling parameters
- * for the calling process.
+ * for the calling process.
* - If pid is not zero, sched_getparam(2) gets the scheduling
- * parameters for the specified [pid] process.
+ * parameters for the specified [pid] process.
*/
#include <errno.h>
--
2.47.0
More information about the ltp
mailing list