projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171f975
)
drm: Fix indentation of closing brace
author
Thierry Reding
<treding@nvidia.com>
Tue, 29 Apr 2014 09:44:38 +0000
(11:44 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 29 Apr 2014 10:33:56 +0000
(12:33 +0200)
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>
drivers/gpu/drm/drm_bufs.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_bufs.c
b/drivers/gpu/drm/drm_bufs.c
index edec31fe3fed865aa2669e7c8e17aec912a82058..593efc15f54b3af72d6acf85de03eed685c6bded 100644
(file)
--- a/
drivers/gpu/drm/drm_bufs.c
+++ b/
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;
*maplist = list;
return 0;
-
}
+}
int drm_addmap(struct drm_device * dev, resource_size_t offset,
unsigned int size, enum drm_map_type type,