Skip to content

Commit

Permalink
ioctl08: Fix comment indentation to fit RST format
Browse files Browse the repository at this point in the history
Reviewed-by: Andrea Cervesato <[email protected]>
Signed-off-by: Ma Xinjian <[email protected]>
  • Loading branch information
Ma Xinjian via ltp authored and acerv committed Feb 19, 2025
1 parent 2c7f835 commit 05c407b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testcases/kernel/syscalls/ioctl/ioctl08.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 05c407b

Please sign in to comment.