mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
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>
This commit is contained in:
parent
b85ea95d08
commit
b28060db71
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user