summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-04-28 10:01:24 +0000
committerSimon Ser <contact@emersion.fr>2023-06-23 15:52:41 +0200
commit3fe630c7715aaa1cbb6da8b8b5562882971241e9 (patch)
tree2a1edfaaa5080c1475dec4d290d56d78dacb702e /include/uapi/drm
parent75f2d61b3d368eca5c026119d5b597358201bf9b (diff)
downloadlinux-3fe630c7715aaa1cbb6da8b8b5562882971241e9.tar.gz
linux-3fe630c7715aaa1cbb6da8b8b5562882971241e9.tar.bz2
linux-3fe630c7715aaa1cbb6da8b8b5562882971241e9.zip
drm: fix code style for embedded structs in hdr_metadata_infoframe
Only the stuff inside the brackets should be indented. Signed-off-by: Simon Ser <contact@emersion.fr> Cc: Harry Wentland <harry.wentland@amd.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Sebastian Wick <sebastian.wick@redhat.com> Cc: Joshua Ashton <joshua@froggi.es> Cc: Pekka Paalanen <pekka.paalanen@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230428100115.9802-1-contact@emersion.fr
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/drm_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h
index 43691058d28f..92d96a2b6763 100644
--- a/include/uapi/drm/drm_mode.h
+++ b/include/uapi/drm/drm_mode.h
@@ -883,7 +883,7 @@ struct hdr_metadata_infoframe {
*/
struct {
__u16 x, y;
- } display_primaries[3];
+ } display_primaries[3];
/**
* @white_point: White Point of Colorspace Data.
* These are coded as unsigned 16-bit values in units of
@@ -894,7 +894,7 @@ struct hdr_metadata_infoframe {
*/
struct {
__u16 x, y;
- } white_point;
+ } white_point;
/**
* @max_display_mastering_luminance: Max Mastering Display Luminance.
* This value is coded as an unsigned 16-bit value in units of 1 cd/m2,