Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a64d6a68 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Greg Kroah-Hartman
Browse files

staging/android: remove redundant comments on sync_merge_data



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

Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2d75c88f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@
 * @pad:	padding for 64-bit alignment, should always be zero
 */
struct sync_merge_data {
	char	name[32]; /* name of new fence */
	__s32	fd2; /* fd of second fence */
	__s32	fence; /* fd on newly created fence */
	char	name[32];
	__s32	fd2;
	__s32	fence;
	__u32	flags;
	__u32	pad;
};