From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752163AbbJEMbg (ORCPT ); Mon, 5 Oct 2015 08:31:36 -0400 Received: from mga14.intel.com ([192.55.52.115]:41323 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbbJEMbf (ORCPT ); Mon, 5 Oct 2015 08:31:35 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,638,1437462000"; d="scan'208";a="803896271" Subject: Re: [PATCH] isci: fix two comment typos To: Geliang Tang , Intel SCU Linux support , "James E.J. Bottomley" References: Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org From: Artur Paszkiewicz Message-ID: <56126DA4.6010906@intel.com> Date: Mon, 5 Oct 2015 14:31:32 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/04/2015 10:53 AM, Geliang Tang wrote: > Just fix two typos in the code comment. > > Signed-off-by: Geliang Tang > --- > drivers/scsi/isci/request.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c > index cfd0084..8fe106f 100644 > --- a/drivers/scsi/isci/request.c > +++ b/drivers/scsi/isci/request.c > @@ -3306,7 +3306,7 @@ sci_io_request_construct_smp(struct device *dev, > * @ireq: This parameter points to the isci_request allocated in the > * request construct function. > * > - * SCI_SUCCESS on successfull completion, or specific failure code. > + * SCI_SUCCESS on successful completion, or specific failure code. > */ > static enum sci_status isci_smp_request_build(struct isci_request *ireq) > { > @@ -3332,7 +3332,7 @@ static enum sci_status isci_smp_request_build(struct isci_request *ireq) > * @sci_device: This parameter is the handle for the sci core's remote device > * object that is the destination for this request. > * > - * SCI_SUCCESS on successfull completion, or specific failure code. > + * SCI_SUCCESS on successful completion, or specific failure code. > */ > static enum sci_status isci_io_request_build(struct isci_host *ihost, > struct isci_request *request, > Acked-by: Artur Paszkiewicz Thanks, Artur