Skip to content

Commit 9052ff5

Browse files
akpm00sfrothwell
authored andcommitted
vfs-make-may_umount_tree-mount-propogation-aware-checkpatch-fixes
WARNING: 'minumum' may be misspelled - perhaps 'minimum'? torvalds#114: FILE: fs/namespace.c:1367: + * to the tree at mnt is one greater than the minumum WARNING: function definition argument 'struct mount *' should also have an identifier name torvalds#168: FILE: fs/pnode.h:41: +struct mount *propagation_next(struct mount *, struct mount *); WARNING: function definition argument 'struct mount *' should also have an identifier name torvalds#168: FILE: fs/pnode.h:41: +struct mount *propagation_next(struct mount *, struct mount *); total: 0 errors, 3 warnings, 125 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/vfs-make-may_umount_tree-mount-propogation-aware.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Ian Kent <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 477b1b3 commit 9052ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ int may_umount_tree(struct vfsmount *m)
13651365
mnt_get_tree_refs(&mtr);
13661366
/*
13671367
* Caller holds a mount reference so minimum references
1368-
* to the tree at mnt is one greater than the minumum
1368+
* to the tree at mnt is one greater than the minimum
13691369
* references.
13701370
*/
13711371
mtr.min_refs++;

0 commit comments

Comments
 (0)