http://git.etherboot.org
/
mirror
/
scst
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcd0ad
)
Checkpatch fix
author
vlnb
<vlnb@d57e44dd-8a1f-0410-8b47-8ef2f437770f>
Wed, 10 Dec 2008 15:55:16 +0000
(15:55 +0000)
committer
vlnb
<vlnb@d57e44dd-8a1f-0410-8b47-8ef2f437770f>
Wed, 10 Dec 2008 15:55:16 +0000
(15:55 +0000)
git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@616
d57e44dd
-8a1f-0410-8b47-
8ef2f437770f
srpt/src/ib_srpt.c
patch
|
blob
|
history
diff --git
a/srpt/src/ib_srpt.c
b/srpt/src/ib_srpt.c
index
d7da342
..
23c797a
100644
(file)
--- 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);