Staging: fbtft: fb_pcd8544: Fix warning line over 80 characters
authorCláudio Maia <crrm@isep.ipp.pt>
Fri, 20 Mar 2015 16:31:45 +0000 (16:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 12:06:54 +0000 (13:06 +0100)
This patch fixes the following checkpatch warning:

WARNING: line over 80 characters

Signed-off-by: Cláudio Maia <crrm@isep.ipp.pt>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_pcd8544.c

index b13162c3550819c98726b4a748663ab5f03eca23..2d56213f118720ff5ea86137c47faccc40f714ac 100644 (file)
@@ -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
This page took 0.025894 seconds and 5 git commands to generate.