From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754390AbcLTAaA (ORCPT ); Mon, 19 Dec 2016 19:30:00 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:32895 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752043AbcLTA35 (ORCPT ); Mon, 19 Dec 2016 19:29:57 -0500 Subject: Re: [PATCH v2] fix code alignment with open parenthesis To: Greg KH References: <1482083250-25867-1-git-send-email-scott@matheina.com> <20161219063547.GB5814@kroah.com> Cc: thomas.petazzoni@free-electrons.com, noralf@tronnes.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org From: Scott Matheina Message-ID: <87d307a0-8003-e722-ec31-3c1c083e9613@matheina.com> Date: Mon, 19 Dec 2016 18:29:53 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161219063547.GB5814@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/19/2016 12:35 AM, Greg KH wrote: > On Sun, Dec 18, 2016 at 11:47:30AM -0600, Scott Matheina wrote: >> These changes where identified by checkpatch.pl as needed changes to >> align the code with the linux development coding style. The several >> lines of text where aligned with the precending parenthesis. >> >> Signed-off-by: Scott Matheina >> >> Changes to be committed: >> modified: drivers/staging/fbtft/fb_agm1264k-fl.c I'll remove the above text after signed-off-by and resubmit, honestly it's been over a year since I submitted a patch so I have to relearn how you want them formatted. Thanks for working with me. > Why are these lines in the changelog text?