Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753785Ab1BNX1Z (ORCPT ); Mon, 14 Feb 2011 18:27:25 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:40211 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487Ab1BNX1X (ORCPT ); Mon, 14 Feb 2011 18:27:23 -0500 Subject: Re: [PATCH][trivial] iSCSI HBA Transport, target: Fix duplicate include and typo in drivers/target/target_core_hba.c From: "Nicholas A. Bellinger" Reply-To: nab@risingtidesystems.com To: Jesper Juhl Cc: linux-kernel@vger.kernel.org, James Bottomley , trivial@kernel.org In-Reply-To: References: Content-Type: text/plain Organization: Rising Tide Systems Date: Mon, 14 Feb 2011 15:20:51 -0800 Message-Id: <1297725651.29207.39.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1574 Lines: 44 On Tue, 2011-02-15 at 00:02 +0100, Jesper Juhl wrote: > target/target_core_device.h is included twice in > drivers/target/target_core_hba.c . This patch removes the duplicate. > Also correct a typo: copntains --> contains . > > Signed-off-by: Jesper Juhl > --- > > diff --git a/drivers/target/target_core_hba.c b/drivers/target/target_core_hba.c > index 4bbe820..8780ba8 100644 > --- a/drivers/target/target_core_hba.c > +++ b/drivers/target/target_core_hba.c > @@ -1,7 +1,7 @@ > /******************************************************************************* > * Filename: target_core_hba.c > * > - * This file copntains the iSCSI HBA Transport related functions. > + * This file contains the iSCSI HBA Transport related functions. > * > * Copyright (c) 2003, 2004, 2005 PyX Technologies, Inc. > * Copyright (c) 2005, 2006, 2007 SBE, Inc. > @@ -38,7 +38,6 @@ > Ok, I will be going through and updating the copyrights soon, and I will include this spelling correction. > #include > #include > -#include > #include > #include > This extra include has been removed in lio-core-2.6.git, but has not made it to mainline just yet. --nab -- 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/