diff options
author | Amir Goldstein <amir73il@gmail.com> | 2023-11-12 11:12:49 +0200 |
---|---|---|
committer | Amir Goldstein <amir73il@gmail.com> | 2023-11-14 08:09:36 +0200 |
commit | b28060db7172e6d8912d88b369123eb89e0d36b4 (patch) | |
tree | fb87bd107391e64e3d3fdb9d4c14b85e1ff50523 /fs/overlayfs | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
ovl: fix misformatted comment
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>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c index 50a201e9cd39..c3f020ca13a8 100644 --- 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. */ |