]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dm-raid: fix typo in documentation
authorAkiyoshi Kurita <weibu@redadmin.org>
Tue, 23 Dec 2025 11:11:12 +0000 (20:11 +0900)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 2 Jan 2026 14:03:53 +0000 (15:03 +0100)
Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Documentation/admin-guide/device-mapper/dm-raid.rst

index e11f1076477095176133bfd0d41d1d9b14cc0a6f..3780f6e6b6bb6c04615948b2a59474614e24de0f 100644 (file)
@@ -433,7 +433,7 @@ Table line examples:
   8192 1960886272 linear 8:0 0 2048 # previous data segment
 
 # Mapping table for e.g. raid5_rs reshape causing the size of the raid device to double-fold once the reshape finishes.
-# Check the status output (e.g. "dmsetup status $RaidDev") for progess.
+# Check the status output (e.g. "dmsetup status $RaidDev") for progress.
 
   0 $((2 * 1960886272)) raid raid5 7 0 region_size 2048 data_offset 8192 delta_disk 1 2 /dev/dm-0 /dev/dm-1 /dev/dm-2 /dev/dm-3