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

drm/kunit: fix drm_kunit_helpers.h kernel-doc

s/_features/_feat/ to match code.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/f909224abc8d542a89b66b957a32f152f42e9bba.1709749576.git.jani.nikula@intel.com

+1 -1
+1 -1
include/drm/drm_kunit_helpers.h
··· 75 75 * @_dev: The parent device object 76 76 * @_type: the type of the struct which contains struct &drm_device 77 77 * @_member: the name of the &drm_device within @_type. 78 - * @_features: Mocked DRM device driver features 78 + * @_feat: Mocked DRM device driver features 79 79 * 80 80 * This function creates a struct &drm_driver and will create a struct 81 81 * &drm_device from @_dev and that driver.