[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1614228504-21491-1-git-send-email-daizhiyuan@phytium.com.cn>
Date: Thu, 25 Feb 2021 12:48:24 +0800
From: Zhiyuan Dai <daizhiyuan@...tium.com.cn>
To: hughd@...gle.com, akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Zhiyuan Dai <daizhiyuan@...tium.com.cn>
Subject: [PATCH] mm/shmem: minor coding style tweaks
Add whitespace to fix coding style issues, improve code reading.
Signed-off-by: Zhiyuan Dai <daizhiyuan@...tium.com.cn>
---
mm/shmem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/shmem.c b/mm/shmem.c
index 1b254fb..e5fb90c 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -3559,7 +3559,7 @@ static int shmem_parse_options(struct fs_context *fc, void *data)
}
}
if (*this_char) {
- char *value = strchr(this_char,'=');
+ char *value = strchr(this_char, '=');
size_t len = 0;
int err;
--
1.8.3.1
Powered by blists - more mailing lists