2014-11-07 00:50:54

by Alex Pilon

[permalink] [raw]
Subject: [PATCH] scsi: mpt2sas: Fix spelling.

Fix 'ioctl' spelling.

Signed-off-by: Alex Pilon <[email protected]>
---
drivers/scsi/mpt2sas/mpt2sas_ctl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/mpt2sas/mpt2sas_ctl.h b/drivers/scsi/mpt2sas/mpt2sas_ctl.h
index fa0567c..7f842c8 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_ctl.h
+++ b/drivers/scsi/mpt2sas/mpt2sas_ctl.h
@@ -224,7 +224,7 @@ struct mpt2_ioctl_eventreport {
};

/**
- * struct mpt2_ioctl_command - generic mpt firmware passthru ioclt
+ * struct mpt2_ioctl_command - generic mpt firmware passthru ioctl
* @hdr - generic header
* @timeout - command timeout in seconds. (if zero then use driver default
* value).
--
2.1.3


2014-11-20 08:24:43

by Sreekanth Reddy

[permalink] [raw]
Subject: Re: [PATCH] scsi: mpt2sas: Fix spelling.

Hi,

Please consider this patch as Acked-by: "Sreekanth Reddy"
<[email protected]>.

Regards,
Sreekanth.

On Fri, Nov 7, 2014 at 6:20 AM, Alex Pilon <[email protected]> wrote:
> Fix 'ioctl' spelling.
>
> Signed-off-by: Alex Pilon <[email protected]>
> ---
> drivers/scsi/mpt2sas/mpt2sas_ctl.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/mpt2sas/mpt2sas_ctl.h b/drivers/scsi/mpt2sas/mpt2sas_ctl.h
> index fa0567c..7f842c8 100644
> --- a/drivers/scsi/mpt2sas/mpt2sas_ctl.h
> +++ b/drivers/scsi/mpt2sas/mpt2sas_ctl.h
> @@ -224,7 +224,7 @@ struct mpt2_ioctl_eventreport {
> };
>
> /**
> - * struct mpt2_ioctl_command - generic mpt firmware passthru ioclt
> + * struct mpt2_ioctl_command - generic mpt firmware passthru ioctl
> * @hdr - generic header
> * @timeout - command timeout in seconds. (if zero then use driver default
> * value).
> --
> 2.1.3
>