[PATCH] Staging: fbtft: fix style errors

2015-02-24 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following errors: Code indent should use tabs where possible Space prohibited before that ',' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fbtft-core.c | 2 +- drivers/staging/fbtft/fbtft.h | 8 2 files changed, 5 insertion

[PATCH] Staging: fbtft: fix style errors

2015-02-23 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following error: space prohibited before that ',' Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/fb_ili9340.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/fbtft/fb_ili9340.c b/drivers/stag