Commit b28060db authored by Amir Goldstein's avatar Amir Goldstein

ovl: fix misformatted comment

Remove misleading /** prefix from a regular comment.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311121628.byHp8tkv-lkp@intel.com/Signed-off-by: default avatarAmir Goldstein <amir73il@gmail.com>
parent b85ea95d
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment