From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754987AbaHAKtz (ORCPT ); Fri, 1 Aug 2014 06:49:55 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:22449 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060AbaHAKty (ORCPT ); Fri, 1 Aug 2014 06:49:54 -0400 Date: Fri, 1 Aug 2014 13:49:13 +0300 From: Dan Carpenter To: Ching Huang Cc: Alexander Gordeev , hch@infradead.org, jbottomley@parallels.com, thenzl@redhat.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1.3 2/18] arcmsr: Add code to support MSI-X, MSI interrupt Message-ID: <20140801104913.GM4804@mwanda> References: <1406881989.10378.39.camel@Centos6.3-64> <20140801084616.GA26695@dhcp-26-207.brq.redhat.com> <1406889528.10378.145.camel@Centos6.3-64> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406889528.10378.145.camel@Centos6.3-64> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 01, 2014 at 06:38:48PM +0800, Ching Huang wrote: > Hi Alexander, > > Thanks for your advice. > This patch was revised according to your comment. > > Signed-off-by: Ching This patch is something that can't be applied at all. There is no changelog. Apply the patch with `cat email.txt | git am` and review the changelog using the `git log` command. https://www.google.com/search?q=how+to+send+a+v2+patch Also the Signed-off-by line is wrong. It should have your full name. There needs to be a space between the name and the email address. regards, dan carpenter