All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: sm750fb: fix tabstop style warning
@ 2016-11-29 21:19 Andrea Ghittino
  2016-11-29 21:24 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Ghittino @ 2016-11-29 21:19 UTC (permalink / raw)
  To: linux-fbdev

Fixes sm750fb tabstop style warning
found by checkpatch.pl tool

Signed-off-by: Andrea Ghittino <aghittino@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] 2+ messages in thread

* Re: [PATCH v2] staging: sm750fb: fix tabstop style warning
  2016-11-29 21:19 [PATCH v2] staging: sm750fb: fix tabstop style warning Andrea Ghittino
@ 2016-11-29 21:24 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-29 21:24 UTC (permalink / raw)
  To: linux-fbdev

On Tue, Nov 29, 2016 at 10:19:42PM +0100, Andrea Ghittino wrote:
> Fixes sm750fb tabstop style warning
> found by checkpatch.pl tool
> 
> Signed-off-by: Andrea Ghittino <aghittino@gmail.com>
> ---

What changed in v2?  That always has to be below the --- line.

And what happened to the diffstat?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-29 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 21:19 [PATCH v2] staging: sm750fb: fix tabstop style warning Andrea Ghittino
2016-11-29 21:24 ` Greg KH

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.