lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 23 Aug 2016 14:40:13 +0530
From:   Akshay Shipurkar <akshayshipurkar@...il.com>
To:     kernel-janitors@...r.kernel.org, labbott@...hat.com,
        sumit.semwal@...aro.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: android: ion_cma_heap: Fixed a extra blank line
 coding style issue

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@...il.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

Powered by blists - more mailing lists