All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 1/3] staging/android: remove redundant comments on sync_merge_data
@ 2016-03-18 13:27 ` Gustavo Padovan
  0 siblings, 0 replies; 25+ messages in thread
From: Gustavo Padovan @ 2016-03-18 13:27 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: devel, Rob Clark, Daniel Stone, Daniel Vetter, Maarten Lankhorst,
	Riley Andrews, dri-devel, linux-kernel, Arve Hjønnevåg,
	Greg Hackmann, joe, akpm, Gustavo Padovan, John Harrison

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

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

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

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-18 13:27 [PATCH v10 1/3] staging/android: remove redundant comments on sync_merge_data Gustavo Padovan
2016-03-18 13:27 ` Gustavo Padovan
2016-03-18 13:27 ` [PATCH v10 2/3] kernel.h: add u64_to_user_ptr() Gustavo Padovan
2016-03-18 15:39   ` Joe Perches
2016-03-18 15:39     ` Joe Perches
2016-03-18 17:20     ` [PATCH] gpu/drm: Use u64_to_user_pointer Joe Perches
2016-03-18 17:20       ` Joe Perches
2016-03-18 17:39       ` kbuild test robot
2016-03-18 17:39         ` kbuild test robot
2016-03-18 17:43         ` Joe Perches
     [not found]         ` <201603190148.px58QxiJ%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-03-18 17:43           ` Joe Perches
2016-03-18 17:43             ` Joe Perches
2016-03-18 17:43       ` kbuild test robot
2016-03-18 17:43         ` kbuild test robot
2016-03-18 17:43       ` kbuild test robot
2016-03-18 17:46       ` kbuild test robot
     [not found]       ` <b70b7949e8344abe13d85d6e8e5a8e11bb9c5f02.1458321299.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2016-03-18 17:46         ` kbuild test robot
2016-03-18 17:46           ` kbuild test robot
2016-03-18 17:20     ` Joe Perches
2016-03-18 13:27 ` [PATCH v10 3/3] staging/android: refactor SYNC IOCTLs Gustavo Padovan
2016-03-18 13:27   ` Gustavo Padovan
2016-04-05 18:19   ` Gustavo Padovan
2016-04-05 18:19     ` Gustavo Padovan
2016-04-14 18:03   ` Gustavo Padovan
2016-04-14 18:03     ` Gustavo Padovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.