diff options
| author | Shen Lichuan <[email protected]> | 2024-09-24 03:09:44 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2024-11-11 13:34:14 +0000 |
| commit | 2144e1f23f986977acf0ff695a93931517c374d8 (patch) | |
| tree | 05eb6fa42f0f0ab18b3209657c10bb1fa040fdfb /fs/btrfs/dev-replace.c | |
| parent | btrfs: remove unused page_to_inode and page_to_fs_info macros (diff) | |
| download | kernel-2144e1f23f986977acf0ff695a93931517c374d8.tar.gz kernel-2144e1f23f986977acf0ff695a93931517c374d8.zip | |
btrfs: correct typos in multiple comments across various files
Fix some confusing spelling errors that were currently identified,
the details are as follows:
block-group.c: 2800: uncompressible ==> incompressible
extent-tree.c: 3131: EXTEMT ==> EXTENT
extent_io.c: 3124: utlizing ==> utilizing
extent_map.c: 1323: ealier ==> earlier
extent_map.c: 1325: possiblity ==> possibility
fiemap.c: 189: emmitted ==> emitted
fiemap.c: 197: emmitted ==> emitted
fiemap.c: 203: emmitted ==> emitted
transaction.h: 36: trasaction ==> transaction
volumes.c: 5312: filesysmte ==> filesystem
zoned.c: 1977: trasnsaction ==> transaction
Signed-off-by: Shen Lichuan <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
| -rw-r--r-- | fs/btrfs/dev-replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c index 604399e59a3d..ac8e97ed13f7 100644 --- a/fs/btrfs/dev-replace.c +++ b/fs/btrfs/dev-replace.c @@ -45,7 +45,7 @@ * * - Copy existing extents * - * This happens by re-using scrub facility, as scrub also iterates through + * This happens by reusing scrub facility, as scrub also iterates through * existing extents from commit root. * * Location: scrub_write_block_to_dev_replace() from |
