From: Randy Dunlap Date: Tue, 5 Oct 2021 05:37:26 +0000 (-0700) Subject: gpu: host1x: Drop excess kernel-doc entry @key X-Git-Tag: v6.1-rc5~2161^2~14^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab3c971d2fd33f49a5c99c30cde8f50bb2b541d3;p=platform%2Fkernel%2Flinux-starfive.git gpu: host1x: Drop excess kernel-doc entry @key 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 Cc: Thierry Reding Cc: dri-devel@lists.freedesktop.org Cc: linux-tegra@vger.kernel.org Cc: David Airlie Cc: Daniel Vetter Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/bus.c b/drivers/gpu/host1x/bus.c index 0b67d89..0d81eed 100644 --- a/drivers/gpu/host1x/bus.c +++ b/drivers/gpu/host1x/bus.c @@ -762,7 +762,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