Message ID | 20241204081218.12141-1-zhujun2@cmss.chinamobile.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | fs: Fix typo in pnode.c | expand |
On Wed, 04 Dec 2024 00:12:18 -0800, Zhu Jun wrote: > The word 'accross' is wrong, so fix it. > > Applied with additional fixes in that comment. --- Applied to the vfs-6.14.misc branch of the vfs/vfs.git tree. Patches in the vfs-6.14.misc branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs-6.14.misc [1/1] fs: Fix typo in pnode.c https://git.kernel.org/vfs/vfs/c/4a11d534d9ae
diff --git a/fs/pnode.c b/fs/pnode.c index a799e0315..eb343be54 100644 --- a/fs/pnode.c +++ b/fs/pnode.c @@ -611,7 +611,7 @@ int propagate_umount(struct list_head *list) continue; } else if (child->mnt.mnt_flags & MNT_UMOUNT) { /* - * We have come accross an partially unmounted + * We have come across an partially unmounted * mount in list that has not been visited yet. * Remember it has been visited and continue * about our merry way.
The word 'accross' is wrong, so fix it. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> --- fs/pnode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)