Skip to content

Commit b296d05

Browse files
tyhicksmartinetd
authored andcommitted
9p: Fix minor typo in code comment
Fix s/patch/path/ typo and make it clear that we're talking about multiple path components. Link: https://lkml.kernel.org/r/20220527000003.355812-6-tyhicks@linux.microsoft.com Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com> Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
1 parent 47b1e34 commit b296d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/9p/fid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry,
219219
l = min(n - i, P9_MAXWELEM);
220220
/*
221221
* We need to hold rename lock when doing a multipath
222-
* walk to ensure none of the patch component change
222+
* walk to ensure none of the path components change
223223
*/
224224
fid = p9_client_walk(old_fid, l, &wnames[i],
225225
old_fid == root_fid /* clone */);

0 commit comments

Comments
 (0)