Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239076 > unrolled thread

[PATCH] isci: fix two comment typos

Started byGeliang Tang <geliangtang@163.com>
First post2015-10-04 11:00 +0200
Last post2015-10-05 14:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] isci: fix two comment typos Geliang Tang <geliangtang@163.com> - 2015-10-04 11:00 +0200
    Re: [PATCH] isci: fix two comment typos Artur Paszkiewicz <artur.paszkiewicz@intel.com> - 2015-10-05 14:40 +0200

#1239076 — [PATCH] isci: fix two comment typos

FromGeliang Tang <geliangtang@163.com>
Date2015-10-04 11:00 +0200
Subject[PATCH] isci: fix two comment typos
Message-ID<qfNjd-3T2-9@gated-at.bofh.it>
Just fix two typos in the code comment.

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
 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,
-- 
2.5.0


--
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/

[toc] | [next] | [standalone]


#1239508

FromArtur Paszkiewicz <artur.paszkiewicz@intel.com>
Date2015-10-05 14:40 +0200
Message-ID<qgddE-7q4-13@gated-at.bofh.it>
In reply to#1239076
On 10/04/2015 10:53 AM, Geliang Tang wrote:
> Just fix two typos in the code comment.
> 
> Signed-off-by: Geliang Tang <geliangtang@163.com>
> ---
>  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 <artur.paszkiewicz@intel.com>

Thanks,
Artur

--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web