Skip to content

Commit 6edf138

Browse files
author
Mika Penttilä
committed
gpu: host1x: Fix a kernel-doc warning
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2154295 Upstream Status: v5.19-rc1 commit fe696cc Author: Randy Dunlap <rdunlap@infradead.org> AuthorDate: Sun Apr 3 15:53:54 2022 -0700 Commit: Thierry Reding <treding@nvidia.com> CommitDate: Wed Apr 6 15:08:17 2022 +0200 Add @cache description to eliminate a kernel-doc warning. include/linux/host1x.h:104: warning: Function parameter or member 'cache' not described in 'host1x_client' Fixes: 1f39b1d ("drm/tegra: Implement buffer object cache") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Thierry Reding <treding@nvidia.com> Cc: linux-tegra@vger.kernel.org Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mika Penttilä <mpenttil@redhat.com>
1 parent 6664d16 commit 6edf138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/host1x.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ struct host1x_client_ops {
8686
* @parent: pointer to parent structure
8787
* @usecount: reference count for this structure
8888
* @lock: mutex for mutually exclusive concurrency
89+
* @cache: host1x buffer object cache
8990
*/
9091
struct host1x_client {
9192
struct list_head list;

0 commit comments

Comments
 (0)