All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: fbtft: Added blank line after declaration
@ 2015-02-19 18:42 aybuke ozdemir
  2015-02-19 18:42 ` [PATCH 2/2] Staging: fbtft: Fix struct backlight_ops should normally be const aybuke ozdemir
  0 siblings, 1 reply; 6+ messages in thread
From: aybuke ozdemir @ 2015-02-19 18:42 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: aybuke ozdemir

WARNING: Missing a blank line after declaration
chackpatch.pl warning in fb_ssd1351.c

Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com>
---
 drivers/staging/fbtft/fb_ssd1351.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/fbtft/fb_ssd1351.c b/drivers/staging/fbtft/fb_ssd1351.c
index 062d986..b59120c 100644
--- a/drivers/staging/fbtft/fb_ssd1351.c
+++ b/drivers/staging/fbtft/fb_ssd1351.c
@@ -72,6 +72,7 @@ static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
 static int set_var(struct fbtft_par *par)
 {
 	unsigned remap;
+
 	fbtft_par_dbg(DEBUG_INIT_DISPLAY, par, "%s()\n", __func__);
 
 	if (par->fbtftops.init_display != init_display) {
-- 
1.9.1



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

end of thread, other threads:[~2015-02-19 21:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 18:42 [PATCH 1/2] Staging: fbtft: Added blank line after declaration aybuke ozdemir
2015-02-19 18:42 ` [PATCH 2/2] Staging: fbtft: Fix struct backlight_ops should normally be const aybuke ozdemir
2015-02-19 18:52   ` [Outreachy kernel] " Laurent Pinchart
2015-02-19 19:43     ` aybüke özdemir
2015-02-19 20:13       ` Laurent Pinchart
2015-02-19 21:20         ` aybüke özdemir

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.