[LTP] [PATCH] getrlimit02: Fix comment indentation to fit RST format

Ma Xinjian maxj.fnst@fujitsu.com
Wed Feb 19 10:45:44 CET 2025


Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
 testcases/kernel/syscalls/getrlimit/getrlimit02.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testcases/kernel/syscalls/getrlimit/getrlimit02.c b/testcases/kernel/syscalls/getrlimit/getrlimit02.c
index 20c247a0e..bbedabe28 100644
--- a/testcases/kernel/syscalls/getrlimit/getrlimit02.c
+++ b/testcases/kernel/syscalls/getrlimit/getrlimit02.c
@@ -8,10 +8,10 @@
  * Test for checking error conditions for getrlimit(2):
  *
  * 1. getrlimit(2) returns -1 and sets errno to EFAULT if an invalid
- *	  address is given for address parameter.
+ *    address is given for address parameter.
  * 2. getrlimit(2) returns -1 and sets errno to EINVAL if an invalid
- *	  resource type (RLIM_NLIMITS is a out of range resource type) is
- *	  passed.
+ *    resource type (RLIM_NLIMITS is a out of range resource type) is
+ *    passed.
  */
 
 #include <sys/resource.h>
-- 
2.47.0



More information about the ltp mailing list