Skip to content

Commit 5ebc2ba

Browse files
akpm00hnaz
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 3210bcf commit 5ebc2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/namespace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ int may_umount_tree(struct vfsmount *m)
13641364
mnt_get_tree_refs(&mtr);
13651365
/*
13661366
* Caller holds a mount reference so minimum references
1367-
* to the tree at mnt is one greater than the minumum
1367+
* to the tree at mnt is one greater than the minimum
13681368
* references.
13691369
*/
13701370
mtr.min_refs++;

0 commit comments

Comments
 (0)