projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d7cb7
)
drm/kunit: fix drm_kunit_helpers.h kernel-doc
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:08 +0000
(20:31 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000
(17:17 +0200)
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
include/drm/drm_kunit_helpers.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_kunit_helpers.h
b/include/drm/drm_kunit_helpers.h
index 6e99627edf45884d538b34cd973adcd3d731d047..e7cc17ee4934a5b12b38a55e1fa27ec411b7b9d1 100644
(file)
--- a/
include/drm/drm_kunit_helpers.h
+++ b/
include/drm/drm_kunit_helpers.h
@@
-75,7
+75,7
@@
__drm_kunit_helper_alloc_drm_device(struct kunit *test,
* @_dev: The parent device object
* @_type: the type of the struct which contains struct &drm_device
* @_member: the name of the &drm_device within @_type.
- * @_feat
ures
: Mocked DRM device driver features
+ * @_feat: Mocked DRM device driver features
*
* This function creates a struct &drm_driver and will create a struct
* &drm_device from @_dev and that driver.