All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 1/2] Staging: fbtft: fb_pcd8544: Fixed coding style errors and warnings
@ 2015-03-07 17:15 Cláudio Maia
  2015-03-07 17:15 ` [PATCH RESEND 2/2] " Cláudio Maia
  0 siblings, 1 reply; 3+ messages in thread
From: Cláudio Maia @ 2015-03-07 17:15 UTC (permalink / raw)
  To: gregkh; +Cc: thomas.petazzoni, noralf, devel, linux-kernel

Fixed one warning about lines that are over 80 characters
and which are not comments.

Signed-off-by: Cláudio Maia <crrm@isep.ipp.pt>
---
 drivers/staging/fbtft/fb_pcd8544.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/fbtft/fb_pcd8544.c b/drivers/staging/fbtft/fb_pcd8544.c
index b13162c..2d56213 100644
--- a/drivers/staging/fbtft/fb_pcd8544.c
+++ b/drivers/staging/fbtft/fb_pcd8544.c
@@ -94,7 +94,8 @@ static int init_display(struct fbtft_par *par)
 
 static void set_addr_win(struct fbtft_par *par, int xs, int ys, int xe, int ye)
 {
-	fbtft_par_dbg(DEBUG_SET_ADDR_WIN, par, "%s(xs=%d, ys=%d, xe=%d, ye=%d)\n", __func__, xs, ys, xe, ye);
+	fbtft_par_dbg(DEBUG_SET_ADDR_WIN, par, "%s(xs=%d, ys=%d, xe=%d, ye=%d)\n",
+		      __func__, xs, ys, xe, ye);
 
 	/* H=0 Set X address of RAM */
 	write_reg(par, 0x80); /* 7:1  1
-- 
1.7.9.5


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

end of thread, other threads:[~2015-03-20 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07 17:15 [PATCH RESEND 1/2] Staging: fbtft: fb_pcd8544: Fixed coding style errors and warnings Cláudio Maia
2015-03-07 17:15 ` [PATCH RESEND 2/2] " Cláudio Maia
2015-03-20 12:49   ` 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.