staging/lustre/o2iblnd: Add missing space
authorOleg Drokin <green@linuxhacker.ru>
Wed, 7 Dec 2016 04:57:36 +0000 (23:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2016 15:30:23 +0000 (16:30 +0100)
commit8773159a97ccf2ae95f443227774f26f430fbb8a
treec9a964594b2c1abdb7664911ca6b141d6f6fa1d5
parent4f43d8dbe634cc79c4b45cc088d066768c0359d2
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: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c