From: Rob Clark Date: Wed, 26 Nov 2014 01:33:10 +0000 (-0500) Subject: drm: fix indentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=417009fb12f9821c30bc9540cba418321c2f14d3;p=linux-beck.git drm: fix indentation Signed-off-by: Rob Clark Signed-off-by: Daniel Vetter --- diff --git a/include/drm/drmP.h b/include/drm/drmP.h index be776fb2db18..8ba35c622e22 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -809,7 +809,7 @@ struct drm_device { struct drm_local_map *agp_buffer_map; unsigned int agp_buffer_token; - struct drm_mode_config mode_config; /**< Current mode config */ + struct drm_mode_config mode_config; /**< Current mode config */ /** \name GEM information */ /*@{ */