From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424218AbcIZRHE (ORCPT ); Mon, 26 Sep 2016 13:07:04 -0400 Received: from sender153-mail.zoho.com ([74.201.84.153]:25429 "EHLO sender153-mail.zoho.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964931AbcIZRHD (ORCPT ); Mon, 26 Sep 2016 13:07:03 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:in-reply-to:user-agent; b=RMsqGcoFZyyHABCEy7x1tHbNlbmEvuxmwN/OBFCIaFWKMbGQEfDC0MuL/fRDXbpAaryrdR61U7i4 rOl2/nt4ZxjM3GIZuAXlfVd7jOXEici53xGycN9HDnlUHUwlGN1Z Date: Mon, 26 Sep 2016 14:06:53 -0300 From: Martin Alonso To: Joe Perches Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: skein: Remove extra blank lines Message-ID: <20160926170653.GA13034@malonso-pc> References: <1474901787-11881-1-git-send-email-martin.alonso@zoho.com> <1474907172.2238.15.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474907172.2238.15.camel@perches.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ok Joe, Thanks and sorry for the annoyance. On Mon, Sep 26, 2016 at 09:26:12AM -0700, Joe Perches wrote: > On Mon, 2016-09-26 at 11:56 -0300, Martin wrote: > > Fix coding style issue "multiple blank lines" > > detected by checkpatch.pl in threefish_block.c file. > > This has been submitted and rejected a couple times already. > The extra blank lines are to separate blocks. > Whatever the blocks are, perhaps _adding_ a comment line > for each block might be better than removing a blank line. > > >