Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754702AbXJ3Syd (ORCPT ); Tue, 30 Oct 2007 14:54:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752913AbXJ3SyX (ORCPT ); Tue, 30 Oct 2007 14:54:23 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:43465 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752451AbXJ3SyW (ORCPT ); Tue, 30 Oct 2007 14:54:22 -0400 Date: Tue, 30 Oct 2007 11:54:01 -0700 (PDT) From: Linus Torvalds To: Jeff Garzik , Mikael Pettersson cc: Andrew Morton , linux-ide@vger.kernel.org, LKML Subject: Re: [git patches] libata fixes In-Reply-To: <20071030184502.GA27246@havoc.gtf.org> Message-ID: References: <20071030184502.GA27246@havoc.gtf.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1257 Lines: 36 On Tue, 30 Oct 2007, Jeff Garzik wrote: > > Mikael Pettersson (2): > sata_promise: ASIC PRD table bug workaround, take 2 > sata_promise: cleanups You and Mikael need to sort out the way you send/accept patches. Both of these commits had stuff like this: Signed-off-by: Mikael Pettersson -- Changes since previous version: * use new PDC_MAX_PRD constant to initialise sg_tablesize drivers/ata/sata_promise.c | 87 ++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 83 insertions(+), 4 deletions(-) Signed-off-by: Jeff Garzik which seems to be because Mikael uses two dashes instead of three to separate his "real message" from the stuff you have. So either you need to teach Mikael to use the proper separators, or you need to edit these things down to be something readable instead of keeping the extraneous commentary around... Pulled, but I'm hoping for cleaner commit messages in the future.. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/