linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: android: ion_cma_heap: Fixed a extra blank line coding style issue
@ 2016-08-23  9:10 Akshay Shipurkar
  0 siblings, 0 replies; only message in thread
From: Akshay Shipurkar @ 2016-08-23  9:10 UTC (permalink / raw)
  To: kernel-janitors, labbott, sumit.semwal, linux-kernel

Fixed a extra blank coding style issue. Deleted the extra blank line on
line 42 of ion_cma_heap.c

Signed-off-by: Akshay Shipurkar <akshayshipurkar@gmail.com>
---
 drivers/staging/android/ion/ion_cma_heap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers/staging/android/ion/ion_cma_heap.c
index d5ff3a2..ff719fb 100644
--- a/drivers/staging/android/ion/ion_cma_heap.c
+++ b/drivers/staging/android/ion/ion_cma_heap.c
@@ -39,7 +39,6 @@ struct ion_cma_buffer_info {
 	struct sg_table *table;
 };
 
-
 /* ION CMA heap operations functions */
 static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer,
 			    unsigned long len, unsigned long align,
-- 
2.7.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-23  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  9:10 [PATCH] staging: android: ion_cma_heap: Fixed a extra blank line coding style issue Akshay Shipurkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).