Merge tag 'sound-fix-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / mm / shmem.c
index 162d8f8..a08cede 100644 (file)
@@ -3508,7 +3508,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;