summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/selftest/framework.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-04-06 19:25:36 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-12 04:00:56 (GMT)
commitd9c460ea761c5be5c5a386416be2517c824bd293 (patch)
tree4a80bed87617f9ef0f855652dd96ce6ab0c5aba6 /drivers/staging/lustre/lnet/selftest/framework.c
parent074bca96640d91623a6a50d060e05ddd8d7200bc (diff)
downloadlinux-d9c460ea761c5be5c5a386416be2517c824bd293.tar.xz
staging: lustre: selftest: convert sfw_test_client_ops_t to proper struct
Turn typedef sfw_test_client_ops_t to proper structure Signed-off-by: James Simmons <uja.ornl@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lnet/selftest/framework.c')
-rw-r--r--drivers/staging/lustre/lnet/selftest/framework.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/framework.c b/drivers/staging/lustre/lnet/selftest/framework.c
index e1d6996..bf52d7a 100644
--- a/drivers/staging/lustre/lnet/selftest/framework.c
+++ b/drivers/staging/lustre/lnet/selftest/framework.c
@@ -135,7 +135,7 @@ sfw_find_test_case(int id)
}
static int
-sfw_register_test(struct srpc_service *service, sfw_test_client_ops_t *cliops)
+sfw_register_test(struct srpc_service *service, struct sfw_test_client_ops *cliops)
{
sfw_test_case_t *tsc;