!920 告警清理 合入monthly_20221018

Merge pull request !920 from Hongjin Li/cherry-pick-1668687992
This commit is contained in:
openharmony_ci 2022-11-19 07:08:11 +00:00 committed by Gitee
commit 1a525b1f0f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ STATIC struct MountPoint *VfsMountPointInit(const char *target, const char *fsTy
return mp;
}
STATIC int VfsRemount(const char *source ,const char *target,
STATIC int VfsRemount(const char *source, const char *target,
const char *fsType, unsigned long mountflags,
const void *data)
{