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

2021-10-07 Thread Thierry Reding
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 >

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

2021-10-04 Thread Randy Dunlap
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-deve