From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614AbcI0HTg (ORCPT ); Tue, 27 Sep 2016 03:19:36 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:46778 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752026AbcI0HT2 (ORCPT ); Tue, 27 Sep 2016 03:19:28 -0400 Date: Tue, 27 Sep 2016 10:18:50 +0300 From: Dan Carpenter To: Martin Cc: gregkh@linuxfoundation.org, joe@perches.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: skein: Remove extra blank lines Message-ID: <20160927071850.GU13620@mwanda> References: <1474901787-11881-1-git-send-email-martin.alonso@zoho.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474901787-11881-1-git-send-email-martin.alonso@zoho.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2016 at 11:56:27AM -0300, Martin wrote: > Fix coding style issue "multiple blank lines" > detected by checkpatch.pl in threefish_block.c file. > > Signed-off-by: Martin This Signed-off-by are like a legal document. Use first and last name. Also fix your from header as well. regards, dan carpenter