Re: [PATCH 15/22] drm/i915: fix i915_gsc_proxy_mei_interface.h kernel-doc

2024-03-07 Thread Lucas De Marchi

On Wed, Mar 06, 2024 at 08:31:20PM +0200, Jani Nikula wrote:

There's no proper way to document function pointer members, but at least
silence the warnings.

Signed-off-by: Jani Nikula 



Reviewed-by: Lucas De Marchi 

Lucas De Marchi


[PATCH 15/22] drm/i915: fix i915_gsc_proxy_mei_interface.h kernel-doc

2024-03-06 Thread Jani Nikula
There's no proper way to document function pointer members, but at least
silence the warnings.

Signed-off-by: Jani Nikula 
---
 include/drm/i915_gsc_proxy_mei_interface.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/drm/i915_gsc_proxy_mei_interface.h 
b/include/drm/i915_gsc_proxy_mei_interface.h
index 9462341d3ae1..850dfbf40607 100644
--- a/include/drm/i915_gsc_proxy_mei_interface.h
+++ b/include/drm/i915_gsc_proxy_mei_interface.h
@@ -21,7 +21,7 @@ struct i915_gsc_proxy_component_ops {
struct module *owner;
 
/**
-* send - Sends a proxy message to ME FW.
+* @send: Sends a proxy message to ME FW.
 * @dev: device struct corresponding to the mei device
 * @buf: message buffer to send
 * @size: size of the message
@@ -30,7 +30,7 @@ struct i915_gsc_proxy_component_ops {
int (*send)(struct device *dev, const void *buf, size_t size);
 
/**
-* recv - Receives a proxy message from ME FW.
+* @recv: Receives a proxy message from ME FW.
 * @dev: device struct corresponding to the mei device
 * @buf: message buffer to contain the received message
 * @size: size of the buffer
-- 
2.39.2