* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox