diff options
author | Dave Chinner <david@fromorbit.com> | 2022-05-23 08:55:09 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-23 08:55:09 +1000 |
commit | ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95 (patch) | |
tree | 40fa149944c002cca9c7e3480c2fb47d7836bcac /fs/xfs/libxfs | |
parent | 4183e4f27f402d712bccab30588a6fe7575963c0 (diff) | |
parent | 73c348d4ab5c34aa2186071e66eaa5700d35e104 (diff) | |
download | lwn-ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95.tar.gz lwn-ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95.zip |
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/libxfs')
-rw-r--r-- | fs/xfs/libxfs/xfs_symlink_remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_symlink_remote.c b/fs/xfs/libxfs/xfs_symlink_remote.c index f0b38f4aba80..8b9bd178a487 100644 --- a/fs/xfs/libxfs/xfs_symlink_remote.c +++ b/fs/xfs/libxfs/xfs_symlink_remote.c @@ -213,7 +213,7 @@ xfs_symlink_shortform_verify( /* * Zero length symlinks should never occur in memory as they are - * never alllowed to exist on disk. + * never allowed to exist on disk. */ if (!size) return __this_address; |