[PATCH] cachefiles/cachefiles: optimize the string

From: Li zeming
Date: Sun Jul 10 2022 - 23:16:39 EST


I think the comma in this string can be removed, so that the output
information is more standardized.

Signed-off-by: Li zeming <zeming@xxxxxxxxxxxx>
---
fs/cachefiles/namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index facf2ebe464b..28b93e798ef7 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
@@ -100,7 +100,7 @@ struct dentry *cachefiles_get_directory(struct cachefiles_cache *cache,
struct path path;
int ret;

- _enter(",,%s", dirname);
+ _enter(",%s", dirname);

/* search the current directory for the element name */
inode_lock_nested(d_inode(dir), I_MUTEX_PARENT);
--
2.18.2