From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753388AbaAIW4G (ORCPT ); Thu, 9 Jan 2014 17:56:06 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:38212 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbaAIW4D (ORCPT ); Thu, 9 Jan 2014 17:56:03 -0500 Message-ID: <1389308157.5521.5.camel@lolumad> Subject: Re: [PATCH] comedi: Humusoft MF634 and MF624 DAQ cards driver From: Rostislav Lisovy To: Dan Carpenter Cc: Ian Abbott , Hartley Sweeten , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, pisa@cmp.felk.cvut.cz Date: Thu, 09 Jan 2014 23:55:57 +0100 In-Reply-To: <20140108074701.GP5443@mwanda> References: <1389133497-10149-1-git-send-email-lisovy@gmail.com> <1389133497-10149-2-git-send-email-lisovy@gmail.com> <20140108074701.GP5443@mwanda> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2014-01-08 at 10:47 +0300, Dan Carpenter wrote: > On Tue, Jan 07, 2014 at 11:24:57PM +0100, Rostislav Lisovy wrote: > > This patch adds Comedi driver for Humusoft MF634 (PCIe) and > > MF624 (PCI) data acquisition cards. The legacy card Humusoft > > MF614 is not supported. More info about the cards may be found > > at http://humusoft.cz/produkty/datacq/ > > The driver was tested with both cards. Everything seems to work > > properly. Just the basic functionality of the card (DIO, ADC, DAC) > > is supported by this driver. > > > > Signed-off-by: Rostislav Lisovy > > > > create mode 100644 drivers/staging/comedi/drivers/mf6x4.c > > > > There should be a "---" after the Signed-off-by line and before the > diffstat "create mode 100644 drivers/staging/comedi/drivers/mf6x4.c" > line. Otherwise, the diffstat gets included in the changelog. I just resent the v3 patch with this flaw corrected. What surprises me a bit is the fact that the issue was caused by the 'git format-patch' command called with '--summary' argument. The dashes are included properly when the argument is not used. Does it make sense? Regards; Rostislav Lisovy