Skip to content

Commit 2fd2bc7

Browse files
cowilethierryreding
authored andcommitted
gpu: host1x: Correct trivial kernel-doc inconsistencies
Silence documentation build warnings by adding kernel-doc fields. ./include/linux/host1x.h:69: warning: Function parameter or member 'parent' not described in 'host1x_client' ./include/linux/host1x.h:69: warning: Function parameter or member 'usecount' not described in 'host1x_client' ./include/linux/host1x.h:69: warning: Function parameter or member 'lock' not described in 'host1x_client' Signed-off-by: Colton Lewis <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent a101e3d commit 2fd2bc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/linux/host1x.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ struct host1x_client_ops {
4848
* @channel: host1x channel associated with this client
4949
* @syncpts: array of syncpoints requested for this client
5050
* @num_syncpts: number of syncpoints requested for this client
51+
* @parent: pointer to parent structure
52+
* @usecount: reference count for this structure
53+
* @lock: mutex for mutually exclusive concurrency
5154
*/
5255
struct host1x_client {
5356
struct list_head list;

0 commit comments

Comments
 (0)