From: Amir Goldstein Date: Sun, 12 Nov 2023 09:12:49 +0000 (+0200) Subject: ovl: fix misformatted comment X-Git-Tag: v6.7-rc2~21^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b28060db7172e6d8912d88b369123eb89e0d36b4;p=thirdparty%2Fkernel%2Flinux.git ovl: fix misformatted comment Remove misleading /** prefix from a regular comment. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202311121628.byHp8tkv-lkp@intel.com/ Signed-off-by: Amir Goldstein --- diff --git a/fs/overlayfs/util.c b/fs/overlayfs/util.c index 50a201e9cd398..c3f020ca13a8c 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. */