* [PATCH] staging:lustre:fixed space coding style in o2iblnd_cb.c
@ 2016-12-29 15:39 Tabrez khan
0 siblings, 0 replies; 2+ messages in thread
From: Tabrez khan @ 2016-12-29 15:39 UTC (permalink / raw)
To: oleg.drokin, andreas.dilger, jsimmons
Cc: gregkh, lustre-devel, devel, linux-kernel
Space required before assignment operator,
to make close to kernel coding style.
This error is found using checkpatch.pl.
Signed-off-by: Tabrez khan <khan.tabrez21@gmail.com>
---
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
index b27de88..ba1782b 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)
int
kiblnd_connd(void *arg)
{
- spinlock_t *lock= &kiblnd_data.kib_connd_lock;
+ spinlock_t *lock = &kiblnd_data.kib_connd_lock;
wait_queue_t wait;
unsigned long flags;
struct kib_conn *conn;
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH] staging:lustre:fixed space coding style in o2iblnd_cb.c
@ 2016-12-29 14:11 Tabrez khan
0 siblings, 0 replies; 2+ messages in thread
From: Tabrez khan @ 2016-12-29 14:11 UTC (permalink / raw)
To: oleg.drokin, andreas.dilger, jsimmons
Cc: gregkh, lustre-devel, devel, linux-kernel
Space required before assignment operator,
to make close to kernel coding style.
This error is found using checkpatch.pl.
Signed-off-by: Tabrez khan <khan.tabrez21@gmail.com>
---
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
index b27de88..ba1782b 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)
int
kiblnd_connd(void *arg)
{
- spinlock_t *lock= &kiblnd_data.kib_connd_lock;
+ spinlock_t *lock = &kiblnd_data.kib_connd_lock;
wait_queue_t wait;
unsigned long flags;
struct kib_conn *conn;
--
2.7.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-29 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-29 15:39 [PATCH] staging:lustre:fixed space coding style in o2iblnd_cb.c Tabrez khan
-- strict thread matches above, loose matches on Subject: below --
2016-12-29 14:11 Tabrez khan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome