projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a746092
)
gma500: Convert spaces to tabs in accel_2d.c.
author
Akshay Joshi
<
[email protected]
>
Tue, 29 Nov 2011 22:22:13 +0000
(22:22 +0000)
committer
Dave Airlie
<
[email protected]
>
Tue, 6 Dec 2011 09:55:34 +0000
(09:55 +0000)
Convert the spaces within the accel_2d.c file to tabs in order to comply
with the coding style of the kernel.
Signed-off-by: Akshay Joshi <
[email protected]
>
[Trimmed to subset relevant to current tree]
Signed-off-by: Alan Cox <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/drm/gma500/accel_2d.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/gma500/accel_2d.c
b/drivers/gpu/drm/gma500/accel_2d.c
index 305e6f91a7dbc15e3bb07b284f8b8674da22ac5f..f0cef7678d41b69c80a398053a2667af01da3cf8 100644
(file)
--- a/
drivers/gpu/drm/gma500/accel_2d.c
+++ b/
drivers/gpu/drm/gma500/accel_2d.c
@@
-118,7
+118,7
@@
static int psbfb_2d_submit(struct drm_psb_private *dev_priv, uint32_t *cmdbuf,
size -= submit_size;
ret = psb_2d_wait_available(dev_priv, submit_size);
if (ret)
- break;
+ break;
submit_size <<= 2;