提交 8773159a 编写于 作者: O Oleg Drokin 提交者: Greg Kroah-Hartman

staging/lustre/o2iblnd: Add missing space

checkpatch highlighted missing space before assignment
for lock variable.

+       spinlock_t *lock= &kiblnd_data.kib_connd_lock;
Signed-off-by: NOleg Drokin <green@linuxhacker.ru>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4f43d8db
...@@ -3276,7 +3276,7 @@ kiblnd_disconnect_conn(struct kib_conn *conn) ...@@ -3276,7 +3276,7 @@ kiblnd_disconnect_conn(struct kib_conn *conn)
int int
kiblnd_connd(void *arg) kiblnd_connd(void *arg)
{ {
spinlock_t *lock= &kiblnd_data.kib_connd_lock; spinlock_t *lock = &kiblnd_data.kib_connd_lock;
wait_queue_t wait; wait_queue_t wait;
unsigned long flags; unsigned long flags;
struct kib_conn *conn; struct kib_conn *conn;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册