projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0da0d9
)
drm: fix drm_format_helper.h kernel-doc warnings
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 6 Mar 2024 18:31:14 +0000
(20:31 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 7 Mar 2024 15:17:25 +0000
(17:17 +0200)
As the documentation says, all the fields are considered private. Mark
them private also for kernel-doc to silence warnings.
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/6dc5b1df34abc10d416c2db5b390440cf56e21ce.1709749576.git.jani.nikula@intel.com
include/drm/drm_format_helper.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_format_helper.h
b/include/drm/drm_format_helper.h
index f13b34e0b752b25c2d160399a036e2bc10517c8c..428d81afe2151a12cd1b2d202d8a749107719715 100644
(file)
--- a/
include/drm/drm_format_helper.h
+++ b/
include/drm/drm_format_helper.h
@@
-25,6
+25,7
@@
struct iosys_map;
* All fields are considered private.
*/
struct drm_format_conv_state {
+ /* private: */
struct {
void *mem;
size_t size;