* [PATCH] isci: fix two comment typos
@ 2015-10-04 8:53 Geliang Tang
2015-10-05 12:31 ` Artur Paszkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Geliang Tang @ 2015-10-04 8:53 UTC (permalink / raw)
To: Intel SCU Linux support, Artur Paszkiewicz, James E.J. Bottomley
Cc: Geliang Tang, linux-scsi, linux-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] isci: fix two comment typos
2015-10-04 8:53 [PATCH] isci: fix two comment typos Geliang Tang
@ 2015-10-05 12:31 ` Artur Paszkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Artur Paszkiewicz @ 2015-10-05 12:31 UTC (permalink / raw)
To: Geliang Tang, Intel SCU Linux support, James E.J. Bottomley
Cc: linux-scsi, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-05 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-04 8:53 [PATCH] isci: fix two comment typos Geliang Tang
2015-10-05 12:31 ` Artur Paszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).