summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAkshay Joshi <me@akshayjoshi.com>2011-11-29 22:22:13 (GMT)
committerDave Airlie <airlied@redhat.com>2011-12-06 09:55:34 (GMT)
commitcd009355cd43692e0490b39c983c674e0da3c72e (patch)
tree13444bb0eb8c02fadac385f344e7f4d96fa1e45a /drivers/gpu
parenta746092b679e6045dae91ceacb9abc6c83e38e0e (diff)
downloadlinux-fsl-qoriq-cd009355cd43692e0490b39c983c674e0da3c72e.tar.xz
gma500: Convert spaces to tabs in accel_2d.c.
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 <me@akshayjoshi.com> [Trimmed to subset relevant to current tree] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/gma500/accel_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/accel_2d.c b/drivers/gpu/drm/gma500/accel_2d.c
index 305e6f9..f0cef76 100644
--- 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;