Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389339
| From | Gustavo Padovan <gustavo@padovan.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 01/12] staging/android: remove redundant comments on sync_merge_data |
| Date | 2016-04-27 18:40 +0200 |
| Message-ID | <rsAFj-4bo-3@gated-at.bofh.it> (permalink) |
| References | <rsAvD-47z-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/android/uapi/sync.h b/drivers/staging/android/uapi/sync.h
index 7de5d6a..413303d 100644
--- a/drivers/staging/android/uapi/sync.h
+++ b/drivers/staging/android/uapi/sync.h
@@ -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;
};
@@ -33,8 +33,8 @@ struct sync_merge_data {
/**
* struct sync_fence_info - detailed fence information
* @obj_name: name of parent sync_timeline
- * @driver_name: name of driver implementing the parent
- * @status: status of the fence 0:active 1:signaled <0:error
+* @driver_name: name of driver implementing the parent
+* @status: status of the fence 0:active 1:signaled <0:error
* @flags: fence_info flags
* @timestamp_ns: timestamp of status change in nanoseconds
*/
--
2.5.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/12] De-stage Sync File Framework Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 12/12] Documentation: add Sync File doc Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
Re: [PATCH 12/12] Documentation: add Sync File doc Daniel Vetter <daniel@ffwll.ch> - 2016-04-27 21:10 +0200
[PATCH 04/12] staging/android: make sync_file_merge() static Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 06/12] staging/android: prepare sync_file for de-staging Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 02/12] staging/android: drop sync_file_install() and sync_file_put() Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 07/12] staging/android: improve documentation for sync_file Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 03/12] staging/android: move sync_file functions comments to sync.c Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 08/12] staging/android: style fix: alignment to match the open parenthesis Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 05/12] staging/android: make sync_file_fdget() static Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 11/12] Documentation: include sync_file into DocBook Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 09/12] dma-buf/sync_file: de-stage sync_file headers Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 10/12] dma-buf/sync_file: de-stage sync_file Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:30 +0200
[PATCH 01/12] staging/android: remove redundant comments on sync_merge_data Gustavo Padovan <gustavo@padovan.org> - 2016-04-27 18:40 +0200
Re: [PATCH 00/12] De-stage Sync File Framework Daniel Vetter <daniel@ffwll.ch> - 2016-04-27 21:10 +0200
csiph-web