summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/raid56.h
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-01-17 10:03:21 +0000
committerDavid Sterba <dsterba@suse.com>2023-02-15 19:38:50 +0100
commit67da05b3f28166b24316ecf675637f9b77661983 (patch)
tree6d7d95cc676dd0cb958882659a0f8073042ccfa1 /fs/btrfs/raid56.h
parente2fd83064a9bae368ce1c88a0cb9aee64ad4e124 (diff)
downloadlinux-stable-67da05b3f28166b24316ecf675637f9b77661983.tar.gz
linux-stable-67da05b3f28166b24316ecf675637f9b77661983.tar.bz2
linux-stable-67da05b3f28166b24316ecf675637f9b77661983.zip
btrfs: fix spelling mistakes found using codespell
There quite a few spelling mistakes as found using codespell. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/raid56.h')
-rw-r--r--fs/btrfs/raid56.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/raid56.h b/fs/btrfs/raid56.h
index 7c73a443939e..df0e0abdeb1f 100644
--- a/fs/btrfs/raid56.h
+++ b/fs/btrfs/raid56.h
@@ -65,7 +65,7 @@ struct btrfs_raid_bio {
/* Number of data stripes (no p/q) */
u8 nr_data;
- /* Numer of all stripes (including P/Q) */
+ /* Number of all stripes (including P/Q) */
u8 real_stripes;
/* How many pages there are for each stripe */
@@ -132,7 +132,7 @@ struct btrfs_raid_bio {
/*
* Checksum buffer if the rbio is for data. The buffer should cover
- * all data sectors (exlcuding P/Q sectors).
+ * all data sectors (excluding P/Q sectors).
*/
u8 *csum_buf;