]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ovl: fix misformatted comment
authorAmir Goldstein <amir73il@gmail.com>
Sun, 12 Nov 2023 09:12:49 +0000 (11:12 +0200)
committerAmir Goldstein <amir73il@gmail.com>
Tue, 14 Nov 2023 06:09:36 +0000 (08:09 +0200)
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>
fs/overlayfs/util.c

index 50a201e9cd398aab74a61634f26e51a7f6b47893..c3f020ca13a8c705e312400390b5727e8b4dd312 100644 (file)
@@ -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.
  */