Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Akshay Joshi and committed by
Dave Airlie
cd009355 a746092b

+1 -1
+1 -1
drivers/gpu/drm/gma500/accel_2d.c
··· 118 118 size -= submit_size; 119 119 ret = psb_2d_wait_available(dev_priv, submit_size); 120 120 if (ret) 121 - break; 121 + break; 122 122 123 123 submit_size <<= 2; 124 124