lkml.org 
[lkml]   [2016]   [Dec]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c
From
Date


On 12/18/2016 01:46 AM, Greg KH wrote:
> 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 :(
Yah. Forgot to add the description. Added for v2.
>> ---
>> 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?
I looked at this, and made a change to the line break, but if you're
talking about
the code itself then I'll have to dig into the books to figure that out.
Starting small
and learn from reading the code and making some small changes while I figure
it out.

\
 
 \ /
  Last update: 2016-12-18 18:44    [W:0.039 / U:0.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site