linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] host1x: bus.c: drop excess kernel-doc entry @key
@ 2021-06-28  0:39 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2021-06-28  0:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Thierry Reding, dri-devel, linux-tegra

Fix kernel-doc warning in host1x:

../drivers/gpu/host1x/bus.c:774: warning: Excess function parameter 'key' description in '__host1x_client_register'

Fixes: 0cfe5a6e758f ("gpu: host1x: Split up client initalization and registration")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-tegra@vger.kernel.org
---
 drivers/gpu/host1x/bus.c |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20210625.orig/drivers/gpu/host1x/bus.c
+++ linux-next-20210625/drivers/gpu/host1x/bus.c
@@ -761,7 +761,6 @@ EXPORT_SYMBOL(host1x_client_exit);
 /**
  * __host1x_client_register() - register a host1x client
  * @client: host1x client
- * @key: lock class key for the client-specific mutex
  *
  * Registers a host1x client with each host1x controller instance. Note that
  * each client will only match their parent host1x controller and will only be

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-28  0:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  0:39 [PATCH] host1x: bus.c: drop excess kernel-doc entry @key Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).