From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 1/8] mvsas: fill in error info record and phy mode6 bits. Date: Wed, 26 Mar 2008 13:57:52 -0700 Message-ID: <1206565072.3019.39.camel@localhost.localdomain> References: <47E39568.60407@marvell.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from accolon.hansenpartnership.com ([76.243.235.52]:51742 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753246AbYCZU57 (ORCPT ); Wed, 26 Mar 2008 16:57:59 -0400 In-Reply-To: <47E39568.60407@marvell.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: kewei@marvell.com Cc: linux-scsi@vger.kernel.org, jeff@garzik.org On Fri, 2008-03-21 at 19:00 +0800, Ke Wei wrote: > and remove some unused members from struct. This patch (and the following ones) look great. I'm afraid I can't apply them, though ... it looks like your mail tool has stripped some leading spaces: > @@ -37,11 +37,13 @@ > #include > #include > #include > +#include > +#include > #include And also added line breaks: > + PHY_MODE6_MUCNT_EN = (1U << 24), /* u Count Enable */ > + PHY_MODE6_SEL_MUCNT_LEN = (1U << 22), /* Training Length > Select */ > + PHY_MODE6_SELMUPI = (1U << 20), /* Phase Multi Select (init) */ If you need to add the patches as an attachment to get them through your mailer undamaged, that's fine ... the tools we have will cope with that. Thanks, James