Re: [Intel-gfx] [PATCH 03/24] drm/i915/utils: drop kernel-doc from __wait_for()

2023-05-03 Thread Rodrigo Vivi
On Tue, May 02, 2023 at 06:37:20PM +0300, Jani Nikula wrote: > The parameters aren't documented, and the file isn't included in Sphinx > build anyway, so demote the kernel-doc to a regular comment. > > drivers/gpu/drm/i915/i915_utils.h:284: warning: Function parameter or member > 'OP' not describ

[Intel-gfx] [PATCH 03/24] drm/i915/utils: drop kernel-doc from __wait_for()

2023-05-02 Thread Jani Nikula
The parameters aren't documented, and the file isn't included in Sphinx build anyway, so demote the kernel-doc to a regular comment. drivers/gpu/drm/i915/i915_utils.h:284: warning: Function parameter or member 'OP' not described in '__wait_for' drivers/gpu/drm/i915/i915_utils.h:284: warning: Func