linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v10 RESEND 1/3] staging/android: remove redundant comments on sync_merge_data
@ 2016-04-19 20:42 Gustavo Padovan
  2016-04-19 20:42 ` [PATCH v10 RESEND 2/3] kernel.h: add u64_to_user_ptr() Gustavo Padovan
  2016-04-19 20:42 ` [PATCH v10 RESEND 3/3] staging/android: refactor SYNC IOCTLs Gustavo Padovan
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Padovan @ 2016-04-19 20:42 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-kernel, devel, dri-devel, Daniel Stone,
	Arve Hjønnevåg, Riley Andrews, Daniel Vetter, Rob Clark,
	Greg Hackmann, John Harrison, Maarten Lankhorst, Gustavo Padovan

From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

struct sync_merge_data already have documentation on top of the
struct definition. No need to duplicate it.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
---
 drivers/staging/android/uapi/sync.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/android/uapi/sync.h b/drivers/staging/android/uapi/sync.h
index a0cf357..4467c76 100644
--- a/drivers/staging/android/uapi/sync.h
+++ b/drivers/staging/android/uapi/sync.h
@@ -21,9 +21,9 @@
  * @fence:	returns the fd of the new fence to userspace
  */
 struct sync_merge_data {
-	__s32	fd2; /* fd of second fence */
-	char	name[32]; /* name of new fence */
-	__s32	fence; /* fd on newly created fence */
+	__s32	fd2;
+	char	name[32];
+	__s32	fence;
 };
 
 /**
-- 
2.5.5

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

end of thread, other threads:[~2016-04-20 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 20:42 [PATCH v10 RESEND 1/3] staging/android: remove redundant comments on sync_merge_data Gustavo Padovan
2016-04-19 20:42 ` [PATCH v10 RESEND 2/3] kernel.h: add u64_to_user_ptr() Gustavo Padovan
2016-04-20  7:07   ` Maarten Lankhorst
2016-04-20 19:02     ` Gustavo Padovan
2016-04-19 20:42 ` [PATCH v10 RESEND 3/3] staging/android: refactor SYNC IOCTLs Gustavo Padovan

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).