From 585543acd8f98a267314aa8ef7c1221b57f66e46 Mon Sep 17 00:00:00 2001 From: wanghailiangx Date: Fri, 2 Jul 2021 06:36:52 -0400 Subject: [PATCH] example/blob: fix a historical notes hello_blob.conf Now, only hello_blob.json in examples/blob/hello_world. Change-Id: Ib2606935b2466197d958fe6ced0db201c8c3e53a Signed-off-by: wanghailiangx Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8590 Reviewed-by: Changpeng Liu Reviewed-by: Chengqiang Meng Reviewed-by: Ziye Yang Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins Community-CI: Broadcom CI Community-CI: Mellanox Build Bot --- examples/blob/hello_world/hello_blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blob/hello_world/hello_blob.c b/examples/blob/hello_world/hello_blob.c index 03513615b..0f071ad0d 100644 --- a/examples/blob/hello_world/hello_blob.c +++ b/examples/blob/hello_world/hello_blob.c @@ -415,7 +415,7 @@ hello_start(void *arg1) /* * In this example, use our malloc (RAM) disk configured via - * hello_blob.conf that was passed in when we started the + * hello_blob.json that was passed in when we started the * SPDK app framework. * * spdk_bs_init() requires us to fill out the structure