summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_format_helper.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-03-06 20:31:14 +0200
committerJani Nikula <jani.nikula@intel.com>2024-03-07 17:17:25 +0200
commitefc86a8769b96e0ee8d842fa8fde909678a998f8 (patch)
tree781370257848a8bf1b1e3424f0784ca741252ed3 /include/drm/drm_format_helper.h
parentb0da0d9e86df27162ced208465de2e5caec1f95a (diff)
downloadlinux-efc86a8769b96e0ee8d842fa8fde909678a998f8.tar.gz
linux-efc86a8769b96e0ee8d842fa8fde909678a998f8.tar.bz2
linux-efc86a8769b96e0ee8d842fa8fde909678a998f8.zip
drm: fix drm_format_helper.h kernel-doc warnings
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
Diffstat (limited to 'include/drm/drm_format_helper.h')
-rw-r--r--include/drm/drm_format_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h
index f13b34e0b752..428d81afe215 100644
--- 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;