From b9c3b096130906bc668481a64ddf7ddb9d5ad4b9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 30 Jul 2010 15:03:04 +0000 Subject: [PATCH] Checkpatch fix. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1898 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 9549db5f8..1f14778f4 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -1990,7 +1990,7 @@ static void srpt_send_completion(struct ib_cq *cq, void *ctx) static int srpt_compl_thread(void *arg) { - struct srpt_rdma_ch* ch; + struct srpt_rdma_ch *ch; /* Hibernation / freezing of the SRPT kernel thread is not supported. */ current->flags |= PF_NOFREEZE;