From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 7 Aug 2015 15:58:21 -0700 Subject: [U-Boot] [PATCH v3 07/16] common/cmd_ethsw: Add generic commands for Ethernet Switches In-Reply-To: References: <1437746136-14379-1-git-send-email-codrin.ciubotariu@freescale.com> <1437746136-14379-4-git-send-email-codrin.ciubotariu@freescale.com> Message-ID: <55C5380D.6070507@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/07/2015 01:18 PM, Joe Hershberger wrote: >> + } >> + >> + /* if all our optional command's keywords perfectly match an >> + * optional pattern, then we can move to the next defined >> + * keywords in our command; remember the one that matched the >> + * greatest number of keywords >> + */ > > Improper comment format. Please make sure you always run your patches > through checkpatch.pl. I recommend using patman! > Joe, Do you mean the multiple-line comment should start from the second line? I can change it when I merge the patch. Checkpatch/patman doesn't complain about this format. York