Skip to content

Commit 05c407b

Browse files
Ma Xinjian via ltpacerv
authored andcommitted
ioctl08: Fix comment indentation to fit RST format
Reviewed-by: Andrea Cervesato <[email protected]> Signed-off-by: Ma Xinjian <[email protected]>
1 parent 2c7f835 commit 05c407b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testcases/kernel/syscalls/ioctl/ioctl08.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
* btrfs filesystem.
1010
*
1111
* 1. Sets the same contents for two files and deduplicates it.
12-
* Deduplicates 3 bytes and set the status to
13-
* FILE_DEDUPE_RANGE_SAME.
12+
* Deduplicates 3 bytes and set the status to
13+
* FILE_DEDUPE_RANGE_SAME.
1414
* 2. Sets different content for two files and tries to
15-
* deduplicate it. 0 bytes get deduplicated and status is
16-
* set to FILE_DEDUPE_RANGE_DIFFERS.
15+
* deduplicate it. 0 bytes get deduplicated and status is
16+
* set to FILE_DEDUPE_RANGE_DIFFERS.
1717
* 3. Sets same content for two files but sets the length to
18-
* deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
18+
* deduplicate to -1. ioctl(FIDEDUPERANGE) fails with EINVAL.
1919
*/
2020

2121
#include "config.h"

0 commit comments

Comments
 (0)