[LTP] [PATCH] ioctl08: Fix comment indentation to fit RST format
Ma Xinjian
maxj.fnst@fujitsu.com
Wed Feb 19 11:00:27 CET 2025
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
testcases/kernel/syscalls/ioctl/ioctl08.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/testcases/kernel/syscalls/ioctl/ioctl08.c b/testcases/kernel/syscalls/ioctl/ioctl08.c
index 115ad3323..78602f55a 100644
--- a/testcases/kernel/syscalls/ioctl/ioctl08.c
+++ b/testcases/kernel/syscalls/ioctl/ioctl08.c
@@ -9,13 +9,13 @@
* btrfs filesystem.
*
* 1. Sets the same contents for two files and deduplicates it.
- * Deduplicates 3 bytes and set the status to
- * FILE_DEDUPE_RANGE_SAME.
+ * Deduplicates 3 bytes and set the status to
+ * FILE_DEDUPE_RANGE_SAME.
* 2. Sets different content for two files and tries to
- * deduplicate it. 0 bytes get deduplicated and status is
- * set to FILE_DEDUPE_RANGE_DIFFERS.
+ * deduplicate it. 0 bytes get deduplicated and status is
+ * set to FILE_DEDUPE_RANGE_DIFFERS.
* 3. Sets same content for two files but sets the length to
- * deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
+ * deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
*/
#include "config.h"
--
2.47.0
More information about the ltp
mailing list