On Tue, Mar 03, 2015 at 11:47:18PM +0000, Cláudio Maia wrote:
> Fixed two warnings occurring in lines that are over 80 characters and which 
> are not comments.
commit message should not be more than 72 characters.
> 
> Signed-off-by: Cláudio Maia <c...@isep.ipp.pt>
> ---
<snip>
>  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);
Alignment should match open parenthesis

regards
sudip
>  
>       /* H=0 Set X address of RAM */
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to