Skip to content

Commit

Permalink
ovl: fix misformatted comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Amir Goldstein committed Nov 14, 2023
1 parent b85ea95 commit b28060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/overlayfs/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit b28060d

Please sign in to comment.