From de25580abb602978f496e2ba8b45c816c748880c Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 10 Dec 2008 15:55:16 +0000 Subject: [PATCH] Checkpatch fix git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@616 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 d7da342c3..23c797afd 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -62,7 +62,7 @@ struct srpt_thread { static u64 mellanox_ioc_guid; static struct list_head srpt_devices; -static int thread = 0; +static int thread; static struct srpt_thread srpt_thread; static DECLARE_WAIT_QUEUE_HEAD(ioctx_list_waitQ);