Checkpatch fix

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@616 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-12-10 15:55:16 +00:00
parent 30e75c38b3
commit de25580abb

View File

@@ -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);