Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1544103

Re: [PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c
Date 2016-12-18 09:00 +0100
Message-ID <sPExX-4Mm-11@gated-at.bofh.it> (permalink)
References <sPzHX-1mV-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Dec 17, 2016 at 08:42:53PM -0600, Scott Matheina wrote:
> Signed-off-by: Scott Matheina <scott@matheina.com>

I can't take patches without any changelog text :(

> ---
>  drivers/staging/fbtft/fb_agm1264k-fl.c | 17 ++++++++++-------
>  1 file changed, 10 insertions(+), 7 deletions(-)
> 
> diff --git a/drivers/staging/fbtft/fb_agm1264k-fl.c b/drivers/staging/fbtft/fb_agm1264k-fl.c
> index a6e3af7..4e371ed 100644
> --- a/drivers/staging/fbtft/fb_agm1264k-fl.c
> +++ b/drivers/staging/fbtft/fb_agm1264k-fl.c
> @@ -186,8 +186,9 @@ static void write_reg8_bus8(struct fbtft_par *par, int len, ...)
> 
>  		va_end(args);
>  		fbtft_par_dbg_hex(DEBUG_WRITE_REGISTER, par,
> -			par->info->device, u8, buf, len, "%s: ", __func__);
> -	}
> +				  par->info->device, u8, buf, len,
> +				  "%s: ", __func__);
> +}

I don't think you did this correctly, do you?

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c Scott Matheina <scott@matheina.com> - 2016-12-18 03:50 +0100
  Re: [PATCH] fix code alignment with open parenthesis in  drivers/staging/fbtft/fb_agm1264k-fl.c Greg KH <gregkh@linuxfoundation.org> - 2016-12-18 09:00 +0100
    Re: [PATCH] fix code alignment with open parenthesis in  drivers/staging/fbtft/fb_agm1264k-fl.c Scott Matheina <scott@matheina.com> - 2016-12-18 18:50 +0100
      Re: [PATCH] fix code alignment with open parenthesis in  drivers/staging/fbtft/fb_agm1264k-fl.c Scott Matheina <scott@matheina.com> - 2016-12-18 20:40 +0100
      Re: [PATCH] fix code alignment with open parenthesis in  drivers/staging/fbtft/fb_agm1264k-fl.c Dan Carpenter <dan.carpenter@oracle.com> - 2016-12-19 12:50 +0100

csiph-web