diff mbox series

[v2] host1x: bus.c: drop excess kernel-doc entry @key

Message ID 20211005053726.14738-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series [v2] host1x: bus.c: drop excess kernel-doc entry @key | expand

Commit Message

Randy Dunlap Oct. 5, 2021, 5:37 a.m. UTC
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
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
---
v2: rebase and resend

 drivers/gpu/host1x/bus.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Thierry Reding Oct. 7, 2021, 5:51 p.m. UTC | #1
On Mon, Oct 04, 2021 at 10:37:26PM -0700, Randy Dunlap wrote:
> 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
> Cc: David Airlie <airlied@linux.ie>
> Cc: Daniel Vetter <daniel@ffwll.ch>
> ---
> v2: rebase and resend
> 
>  drivers/gpu/host1x/bus.c |    1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

Thierry
diff mbox series

Patch

--- lnx-515-rc4.orig/drivers/gpu/host1x/bus.c
+++ lnx-515-rc4/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