Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915: fix i915_gsc_proxy_mei_interface.h kernel-doc

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

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/a84bd76162290940f709f5cb6e432e5e1f75a3b9.1709898638.git.jani.nikula@intel.com

+2 -2
+2 -2
include/drm/i915_gsc_proxy_mei_interface.h
··· 21 21 struct module *owner; 22 22 23 23 /** 24 - * send - Sends a proxy message to ME FW. 24 + * @send: Sends a proxy message to ME FW. 25 25 * @dev: device struct corresponding to the mei device 26 26 * @buf: message buffer to send 27 27 * @size: size of the message ··· 30 30 int (*send)(struct device *dev, const void *buf, size_t size); 31 31 32 32 /** 33 - * recv - Receives a proxy message from ME FW. 33 + * @recv: Receives a proxy message from ME FW. 34 34 * @dev: device struct corresponding to the mei device 35 35 * @buf: message buffer to contain the received message 36 36 * @size: size of the buffer