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

Ma Xinjian maxj.fnst@fujitsu.com
Wed Feb 19 09:50:00 CET 2025


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

diff --git a/testcases/kernel/syscalls/capset/capset02.c b/testcases/kernel/syscalls/capset/capset02.c
index 36d799663..b3cece90d 100644
--- a/testcases/kernel/syscalls/capset/capset02.c
+++ b/testcases/kernel/syscalls/capset/capset02.c
@@ -9,17 +9,17 @@
  * Tests basic error handling of the capset syscall.
  *
  * 1. capset() fails with errno set to EFAULT if an invalid address
- * is given for header.
+ *    is given for header.
  * 2. capset() fails with errno set to EFAULT if an invalid address
- * is given for data.
+ *    is given for data.
  * 3. capset() fails with errno set to EINVAL if an invalid value
- * is given for header->version.
+ *    is given for header->version.
  * 4. capset() fails with errno set to EPERM if the new_Effective is
- * not a subset of the new_Permitted.
+ *    not a subset of the new_Permitted.
  * 5. capset() fails with errno set to EPERM if the new_Permitted is
- * not a subset of the old_Permitted.
+ *    not a subset of the old_Permitted.
  * 6. capset() fails with errno set ot EPERM if the new_Inheritable is
- * not a subset of  the old_Inheritable and bounding set.
+ *    not a subset of  the old_Inheritable and bounding set.
  */
 
 #include <stdlib.h>
-- 
2.47.0



More information about the ltp mailing list