All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: sm750fb: fix tabstop style warning
@ 2016-11-27 16:56 Andrea Ghittino
  0 siblings, 0 replies; only message in thread
From: Andrea Ghittino @ 2016-11-27 16:56 UTC (permalink / raw)
  To: linux-fbdev

Fixes sm750fb tabstop style warning
found by checkpatch.pl tool

Signed-off-by: Andrea Ghittino <aghittino at gmail.com>
---
diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c
index 6fd18d2..af0db57 100644
--- a/drivers/staging/sm750fb/sm750_accel.c
+++ b/drivers/staging/sm750fb/sm750_accel.c
@@ -395,6 +395,6 @@ int sm750_hw_imageblit(struct lynx_accel *accel,
 		pSrcbuf += srcDelta;
 	}
 
-	    return 0;
+	return 0;
 }
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-27 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-27 16:56 [PATCH] staging: sm750fb: fix tabstop style warning Andrea Ghittino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.