Skip to content

Commit b28060d

Browse files
committed
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>
1 parent b85ea95 commit b28060d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/overlayfs/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ int ovl_set_protattr(struct inode *inode, struct dentry *upper,
978978
return 0;
979979
}
980980

981-
/**
981+
/*
982982
* Caller must hold a reference to inode to prevent it from being freed while
983983
* it is marked inuse.
984984
*/

0 commit comments

Comments
 (0)