VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Zheng Yongjun <zhengyongjun3@huawei.com> 2020-12-23 23:04:22 +0800 committer: Jens Axboe <axboe@kernel.dk> 2020-12-23 09:25:15 -0700 commit: 46926127d76359b46659c556df7b4aa1b6325d90 parent: 117ae250cfa3718f21bd07df0650dfbe3bc3a823
Commit Summary:
md/bcache: convert comma to semicolon
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/md/bcache/sysfs.c b/drivers/md/bcache/sysfs.c
index 554e3afc9b68..00a520c03f41 100644
--- a/drivers/md/bcache/sysfs.c
+++ b/drivers/md/bcache/sysfs.c
@@ -404,7 +404,7 @@ STORE(__cached_dev)
 		if (!env)
 			return -ENOMEM;
 		add_uevent_var(env, "DRIVER=bcache");
-		add_uevent_var(env, "CACHED_UUID=%pU", dc->sb.uuid),
+		add_uevent_var(env, "CACHED_UUID=%pU", dc->sb.uuid);
 		add_uevent_var(env, "CACHED_LABEL=%s", buf);
 		kobject_uevent_env(&disk_to_dev(dc->disk.disk)->kobj,
 				   KOBJ_CHANGE,