diff options
| -rw-r--r-- | drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c index 92692a28f446..bea408d1bb0a 100644 --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | |||
| @@ -3276,7 +3276,7 @@ kiblnd_disconnect_conn(struct kib_conn *conn) | |||
| 3276 | int | 3276 | int |
| 3277 | kiblnd_connd(void *arg) | 3277 | kiblnd_connd(void *arg) |
| 3278 | { | 3278 | { |
| 3279 | spinlock_t *lock= &kiblnd_data.kib_connd_lock; | 3279 | spinlock_t *lock = &kiblnd_data.kib_connd_lock; |
| 3280 | wait_queue_t wait; | 3280 | wait_queue_t wait; |
| 3281 | unsigned long flags; | 3281 | unsigned long flags; |
| 3282 | struct kib_conn *conn; | 3282 | struct kib_conn *conn; |
