drm: Fix indentation of closing brace

The closing brace of the body of drm_addmap_core() is indented wrongly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Thierry Reding 2014-04-29 11:44:38 +02:00 committed by Daniel Vetter
parent 171f975d4c
commit afe0f6966e

View file

@ -363,7 +363,7 @@ static int drm_addmap_core(struct drm_device * dev, resource_size_t offset,
list->master = dev->primary->master;
*maplist = list;
return 0;
}
}
int drm_addmap(struct drm_device * dev, resource_size_t offset,
unsigned int size, enum drm_map_type type,