mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 <colton.w.lewis@protonmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
a101e3dad8
commit
2fd2bc7f49
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ struct host1x_client_ops {
|
||||||
* @channel: host1x channel associated with this client
|
* @channel: host1x channel associated with this client
|
||||||
* @syncpts: array of syncpoints requested for this client
|
* @syncpts: array of syncpoints requested for this client
|
||||||
* @num_syncpts: number of syncpoints requested for this client
|
* @num_syncpts: number of syncpoints requested for this client
|
||||||
|
* @parent: pointer to parent structure
|
||||||
|
* @usecount: reference count for this structure
|
||||||
|
* @lock: mutex for mutually exclusive concurrency
|
||||||
*/
|
*/
|
||||||
struct host1x_client {
|
struct host1x_client {
|
||||||
struct list_head list;
|
struct list_head list;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue