projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b85ea95
)
ovl: fix misformatted comment
author
Amir Goldstein
<amir73il@gmail.com>
Sun, 12 Nov 2023 09:12:49 +0000
(11:12 +0200)
committer
Amir Goldstein
<amir73il@gmail.com>
Tue, 14 Nov 2023 06:09:36 +0000
(08:09 +0200)
Remove misleading /** prefix from a regular comment.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311121628.byHp8tkv-lkp@intel.com/
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/util.c
patch
|
blob
|
history
diff --git
a/fs/overlayfs/util.c
b/fs/overlayfs/util.c
index 50a201e9cd398aab74a61634f26e51a7f6b47893..c3f020ca13a8c705e312400390b5727e8b4dd312 100644
(file)
--- a/
fs/overlayfs/util.c
+++ b/
fs/overlayfs/util.c
@@
-978,7
+978,7
@@
int ovl_set_protattr(struct inode *inode, struct dentry *upper,
return 0;
}
-/*
*
+/*
* Caller must hold a reference to inode to prevent it from being freed while
* it is marked inuse.
*/