Skip to content

Commit 7a2670a

Browse files
Todd Kjosgregkh
authored andcommitted
binder: fix kerneldoc header for struct binder_buffer
Fix the incomplete kerneldoc header for struct binder_buffer. Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2796b43 commit 7a2670a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

drivers/android/binder_alloc.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ struct binder_transaction;
3030
* struct binder_buffer - buffer used for binder transactions
3131
* @entry: entry alloc->buffers
3232
* @rb_node: node for allocated_buffers/free_buffers rb trees
33-
* @free: true if buffer is free
34-
* @allow_user_free: describe the second member of struct blah,
35-
* @async_transaction: describe the second member of struct blah,
36-
* @debug_id: describe the second member of struct blah,
37-
* @transaction: describe the second member of struct blah,
38-
* @target_node: describe the second member of struct blah,
39-
* @data_size: describe the second member of struct blah,
40-
* @offsets_size: describe the second member of struct blah,
41-
* @extra_buffers_size: describe the second member of struct blah,
42-
* @data:i describe the second member of struct blah,
33+
* @free: %true if buffer is free
34+
* @allow_user_free: %true if user is allowed to free buffer
35+
* @async_transaction: %true if buffer is in use for an async txn
36+
* @debug_id: unique ID for debugging
37+
* @transaction: pointer to associated struct binder_transaction
38+
* @target_node: struct binder_node associated with this buffer
39+
* @data_size: size of @transaction data
40+
* @offsets_size: size of array of offsets
41+
* @extra_buffers_size: size of space for other objects (like sg lists)
42+
* @data: pointer to base of buffer space
4343
*
4444
* Bookkeeping structure for binder transaction buffers
4545
*/

0 commit comments

Comments
 (0)