iscsi: Rename iscsi_create_poll_group to iscsi_poll_group_create

Follow our usual subject_verb format.

Change-Id: I6384e049d812e0df84ad7a2b35ed2d77349c7255
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453020
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Ben Walker 2019-04-30 14:02:29 -07:00 committed by Jim Harris
parent c6f43b89bc
commit 814f1503fe

View File

@ -1193,7 +1193,7 @@ iscsi_poll_group_handle_nop(void *ctx)
}
static void
iscsi_create_poll_group(void *ctx)
iscsi_poll_group_create(void *ctx)
{
struct spdk_iscsi_poll_group *pg;
@ -1238,7 +1238,7 @@ initialize_iscsi_poll_group(spdk_msg_fn cpl)
}
/* Send a message to each thread and create a poll group */
spdk_for_each_thread(iscsi_create_poll_group, NULL, cpl);
spdk_for_each_thread(iscsi_poll_group_create, NULL, cpl);
}
static void