From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Wed, 10 Jun 2015 16:07:22 +0000 Subject: Re: [PATCH] md: fix a build warning Message-Id: <20150610160722.GF28762@mwanda> List-Id: References: <1433949658-8455-1-git-send-email-firogm@gmail.com> In-Reply-To: <1433949658-8455-1-git-send-email-firogm@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Firo Yang Cc: neilb@suse.de, linux-raid@vger.kernel.org, kernel-janitors@vger.kernel.org On Wed, Jun 10, 2015 at 11:20:58PM +0800, Firo Yang wrote: > By the way, I also fixed a line over 80 characters warning outputed > by ./scripts/checkpatch.pl Don't do this. It's not on the same line, it's not really related at all. > mddev->chunk_sectors != info->chunk_size >> 9 || > - /* ignore bottom 8 bits of state, and allow SB_BITMAP_PRESENT to change */ > + /* ignore bottom 8 bits of state, and allow SB_BITMAP_PRESENT > + to change */ The new comment style isn't correct. regards, dan carpenter