Re: [PATCH v3 2/2] staging: ion: Fix a coding style issue

2016-09-22 Thread Laura Abbott

On 09/22/2016 08:59 AM, Antti Keränen wrote:

Correctly align an unaligned block comment

Signed-off-by: Antti Keränen 
---
 drivers/staging/android/uapi/ion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/android/uapi/ion.h 
b/drivers/staging/android/uapi/ion.h
index 647f130..e629394 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -57,7 +57,7 @@ enum ion_heap_type {
 * cached, ion will do cache
 * maintenance when the buffer is
 * mapped for dma
-   */
+*/
 #define ION_FLAG_CACHED_NEEDS_SYNC 2   /*
 * mappings of this buffer will created
 * at mmap time, if this is set



I've always hated these comments. Can you fix them to be regular
looking right above each #define?

Thanks,
Laura
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v3 2/2] staging: ion: Fix a coding style issue

2016-09-22 Thread Antti Keränen
Correctly align an unaligned block comment

Signed-off-by: Antti Keränen 
---
 drivers/staging/android/uapi/ion.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/android/uapi/ion.h 
b/drivers/staging/android/uapi/ion.h
index 647f130..e629394 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -57,7 +57,7 @@ enum ion_heap_type {
 * cached, ion will do cache
 * maintenance when the buffer is
 * mapped for dma
-   */
+*/
 #define ION_FLAG_CACHED_NEEDS_SYNC 2   /*
 * mappings of this buffer will created
 * at mmap time, if this is set
-- 
2.9.3

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