* [PATCH v2] Staging: android: uapi: fixed comment block coding style error in ion.h
@ 2015-10-27 12:04 Dzonatans Melgalvis
2015-10-28 5:53 ` Sudip Mukherjee
0 siblings, 1 reply; 2+ messages in thread
From: Dzonatans Melgalvis @ 2015-10-27 12:04 UTC (permalink / raw)
To: gregkh; +Cc: arve, riandrews, devel, linux-kernel, Dzonatans Melgalvis
Fixed checkpatch.pl warning about comment block coding style.
Signed-off-by: Dzonatans Melgalvis <dz.melgalvis@gmail.com
---
drivers/staging/android/uapi/ion.h | 24 +++++++++++++++++-------
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h
index 68a14b4..8573d59 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -56,13 +56,23 @@ enum ion_heap_type {
* allocation flags - the lower 16 bits are used by core ion, the upper 16
* bits are reserved for use by the heaps themselves.
*/
-#define ION_FLAG_CACHED 1 /* mappings of this buffer should be
- 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
- caches must be managed manually */
+
+/*
+ * mappings of this buffer should be
+ * cached, ion will do cache
+ * maintenance when the buffer is
+ * mapped for dma
+ */
+
+#define ION_FLAG_CACHED 1
+
+/*
+ * mappings of this buffer will be created
+ * at mmap time, if this is set
+ * caches must be managed manually
+ */
+
+#define ION_FLAG_CACHED_NEEDS_SYNC 2
/**
* DOC: Ion Userspace API
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] Staging: android: uapi: fixed comment block coding style error in ion.h
2015-10-27 12:04 [PATCH v2] Staging: android: uapi: fixed comment block coding style error in ion.h Dzonatans Melgalvis
@ 2015-10-28 5:53 ` Sudip Mukherjee
0 siblings, 0 replies; 2+ messages in thread
From: Sudip Mukherjee @ 2015-10-28 5:53 UTC (permalink / raw)
To: Dzonatans Melgalvis; +Cc: gregkh, devel, arve, riandrews, linux-kernel
On Tue, Oct 27, 2015 at 02:04:54PM +0200, Dzonatans Melgalvis wrote:
> Fixed checkpatch.pl warning about comment block coding style.
>
> Signed-off-by: Dzonatans Melgalvis <dz.melgalvis@gmail.com
The email address in Signed-off-by should end with '>'.
This change has already been done by:
7e4161747bc6 ("staging: android: Fix checkpatch block comments warnings")
which tree you are using?
regards
sudip
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-28 5:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 12:04 [PATCH v2] Staging: android: uapi: fixed comment block coding style error in ion.h Dzonatans Melgalvis
2015-10-28 5:53 ` Sudip Mukherjee
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).