Commit b28060db authored by Amir Goldstein's avatar Amir Goldstein
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */