diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-26 13:33:59 -0400 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-03-27 07:55:13 -0400 |
commit | a9ab81d9f52afb8a6aec9399205753cb57ca3730 (patch) | |
tree | 15db6ea219fd1335e201bec9cf07b27f32da19ee /include/drm | |
parent | ee7f5cbed2eb30777b57326eb6f9925e5f45a52b (diff) |
drm: Fix tabs vs. spaces
A set of 8 spaces has snuck in. Replace with a tab, and
toss in an extra newline while at it.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190326173401.7329-2-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drm_connector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index 0e7bc06c29f4..b78a2ad66298 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h | |||
@@ -301,7 +301,8 @@ struct drm_display_info { | |||
301 | /** | 301 | /** |
302 | * @width_mm: Physical width in mm. | 302 | * @width_mm: Physical width in mm. |
303 | */ | 303 | */ |
304 | unsigned int width_mm; | 304 | unsigned int width_mm; |
305 | |||
305 | /** | 306 | /** |
306 | * @height_mm: Physical height in mm. | 307 | * @height_mm: Physical height in mm. |
307 | */ | 308 | */ |