Commit 814f1503 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

iscsi: Rename iscsi_create_poll_group to iscsi_poll_group_create



Follow our usual subject_verb format.

Change-Id: I6384e049d812e0df84ad7a2b35ed2d77349c7255
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453020


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent c6f43b89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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