From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754003AbbCBNXW (ORCPT ); Mon, 2 Mar 2015 08:23:22 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:33228 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751237AbbCBNXU (ORCPT ); Mon, 2 Mar 2015 08:23:20 -0500 Date: Mon, 2 Mar 2015 16:23:14 +0300 From: Dan Carpenter To: Matteo Semenzato Cc: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH V2] Staging: fbtft: fix coding style errors Message-ID: <20150302132314.GB5437@mwanda> References: <1425133894-28251-1-git-send-email-mattew8898@gmail.com> <1425145050-486-1-git-send-email-mattew8898@gmail.com> <20150302092904.GD5386@mwanda> <1425302132.3928.17.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425302132.3928.17.camel@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 02, 2015 at 02:15:32PM +0100, Matteo Semenzato wrote: > > > > For some reason you put the line breaks at the negative numbers? Why? > > > > regards, > > dan carpenter > > > -1, -2 and -3 are the init sequence markers: -1: command begin, -2: > millisecond delay, -3: end of init sequence Cool. Put that in the changelog. regards, dan carpenter