All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/6] drivers: android: Fix a variable declaration coding style issue
@ 2020-07-24 13:14 ` Mrinal Pandey
  0 siblings, 0 replies; 2+ messages in thread
From: Mrinal Pandey @ 2020-07-24 13:14 UTC (permalink / raw)
  To: gregkh, arve, tkjos, maco, joel, christian, devel, linux-kernel,
	mrinalmni

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

Add a blank line after variable declarations as suggested by checkpatch.

Signed-off-by: Mrinal Pandey <mrinalmni@gmail.com>
---
 drivers/android/binder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 3cf13ff16934..75832f236bf9 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -3631,6 +3631,7 @@ static int binder_thread_write(struct binder_proc *proc,
 			ret = -1;
 			if (increment && !target) {
 				struct binder_node *ctx_mgr_node;
+
 				mutex_lock(&context->context_mgr_node_lock);
 				ctx_mgr_node = context->binder_context_mgr_node;
 				if (ctx_mgr_node)
-- 
2.25.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 4/6] drivers: android: Fix a variable declaration coding style issue
@ 2020-07-24 13:14 ` Mrinal Pandey
  0 siblings, 0 replies; 2+ messages in thread
From: Mrinal Pandey @ 2020-07-24 13:14 UTC (permalink / raw)
  To: gregkh, arve, tkjos, maco, joel, christian, devel, linux-kernel,
	mrinalmni


[-- Attachment #1.1: Type: text/plain, Size: 688 bytes --]

Add a blank line after variable declarations as suggested by checkpatch.

Signed-off-by: Mrinal Pandey <mrinalmni@gmail.com>
---
 drivers/android/binder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 3cf13ff16934..75832f236bf9 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -3631,6 +3631,7 @@ static int binder_thread_write(struct binder_proc *proc,
 			ret = -1;
 			if (increment && !target) {
 				struct binder_node *ctx_mgr_node;
+
 				mutex_lock(&context->context_mgr_node_lock);
 				ctx_mgr_node = context->binder_context_mgr_node;
 				if (ctx_mgr_node)
-- 
2.25.1


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-24 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24 13:14 [PATCH 4/6] drivers: android: Fix a variable declaration coding style issue Mrinal Pandey
2020-07-24 13:14 ` Mrinal Pandey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.