aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2014-11-25 20:33:10 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-27 15:39:10 +0100
commit417009fb12f9821c30bc9540cba418321c2f14d3 (patch)
treea2456983b019ebaa75bf3f55a8592c97fe51aebb /include/drm/drmP.h
parentdrm/msm: switch to atomic-helpers iterator macros (diff)
downloadlinux-dev-417009fb12f9821c30bc9540cba418321c2f14d3.tar.xz
linux-dev-417009fb12f9821c30bc9540cba418321c2f14d3.zip
drm: fix indentation
Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '')
-rw-r--r--include/drm/drmP.h2
1 files changed, 1 insertions, 1 deletions
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 */
/*@{ */