Browse Source

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>
Thierry Reding 11 years ago
parent
commit
afe0f6966e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpu/drm/drm_bufs.c

+ 1 - 1
drivers/gpu/drm/drm_bufs.c

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