Re: [PATCH] Staging: fbtft: fix indent

2015-03-01 Thread Greg KH
On Sat, Feb 28, 2015 at 03:51:47PM +0100, Matteo Semenzato wrote: > From: Matteo Semenzato > > This patch fixes the following error: > code indent should use tabs where possible > > Signed-off-by: Matteo Semenzato > --- > drivers/staging/fbtft/flexfb.c | 9 + > 1 file changed, 5 insert

[PATCH] Staging: fbtft: fix indent

2015-02-28 Thread Matteo Semenzato
From: Matteo Semenzato This patch fixes the following error: code indent should use tabs where possible Signed-off-by: Matteo Semenzato --- drivers/staging/fbtft/flexfb.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/fbtft/flexfb.c b/drivers/stagi