diff options
| author | Bhaskar Chowdhury <[email protected]> | 2021-03-27 10:30:05 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2021-04-10 03:14:59 +0000 |
| commit | 3088e5a5153cda27ec26461e5edf2821e15e802c (patch) | |
| tree | ed2e67225ab677d353e4fabdc57bf95919d55356 /fs/ext4/fast_commit.c | |
| parent | ext4: fix error return code in ext4_fc_perform_commit() (diff) | |
| download | kernel-3088e5a5153cda27ec26461e5edf2821e15e802c.tar.gz kernel-3088e5a5153cda27ec26461e5edf2821e15e802c.zip | |
ext4: fix various seppling typos
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
| -rw-r--r-- | fs/ext4/fast_commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/fast_commit.c b/fs/ext4/fast_commit.c index 312273ed8a9f..2ade51e29d83 100644 --- a/fs/ext4/fast_commit.c +++ b/fs/ext4/fast_commit.c @@ -66,7 +66,7 @@ * Fast Commit Ineligibility * ------------------------- * Not all operations are supported by fast commits today (e.g extended - * attributes). Fast commit ineligiblity is marked by calling one of the + * attributes). Fast commit ineligibility is marked by calling one of the * two following functions: * * - ext4_fc_mark_ineligible(): This makes next fast commit operation to fall |
