All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key
@ 2021-10-05  5:37 Randy Dunlap
  2021-10-07 17:51 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-10-05  5:37 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thierry Reding, dri-devel, linux-tegra,
	David Airlie, Daniel Vetter

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(-)

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key
  2021-10-05  5:37 [PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key Randy Dunlap
@ 2021-10-07 17:51 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2021-10-07 17:51 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, dri-devel, linux-tegra, David Airlie, Daniel Vetter

[-- Attachment #1: Type: text/plain, Size: 709 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-07 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  5:37 [PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key Randy Dunlap
2021-10-07 17:51 ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.