* [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments
@ 2016-10-31 15:34 Colin King
2016-11-02 14:07 ` Alexander Alemayhu
0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2016-10-31 15:34 UTC (permalink / raw)
To: Sathya Prakash, Chaitra P B, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux.pdl,
linux-scsi
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trival fixes, minor spelling mistakes in comments and in a KERN_INFO
message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_scsih.c b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
index 981be7b..4f28963 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_scsih.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_scsih.c
@@ -423,7 +423,7 @@ _scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle,
return 0;
}
- /* we hit this becuase the given parent handle doesn't exist */
+ /* we hit this because the given parent handle doesn't exist */
if (ioc_status == MPI2_IOCSTATUS_CONFIG_INVALID_PAGE)
return -ENXIO;
@@ -1523,7 +1523,7 @@ _scsih_display_sata_capabilities(struct MPT3SAS_ADAPTER *ioc,
/*
* raid transport support -
* Enabled for SLES11 and newer, in older kernels the driver will panic when
- * unloading the driver followed by a load - I beleive that the subroutine
+ * unloading the driver followed by a load - I believe that the subroutine
* raid_class_release() is not cleaning up properly.
*/
@@ -2948,7 +2948,7 @@ _scsih_ublock_io_device(struct MPT3SAS_ADAPTER *ioc, u64 sas_address)
* @ioc: per adapter object
* @handle: device handle
*
- * During device pull we need to appropiately set the sdev state.
+ * During device pull we need to appropriately set the sdev state.
*/
static void
_scsih_block_io_all_device(struct MPT3SAS_ADAPTER *ioc)
@@ -2977,7 +2977,7 @@ _scsih_block_io_all_device(struct MPT3SAS_ADAPTER *ioc)
* @ioc: per adapter object
* @handle: device handle
*
- * During device pull we need to appropiately set the sdev state.
+ * During device pull we need to appropriately set the sdev state.
*/
static void
_scsih_block_io_device(struct MPT3SAS_ADAPTER *ioc, u16 handle)
@@ -3936,7 +3936,7 @@ _scsih_flush_running_cmds(struct MPT3SAS_ADAPTER *ioc)
* _scsih_setup_eedp - setup MPI request for EEDP transfer
* @ioc: per adapter object
* @scmd: pointer to scsi command object
- * @mpi_request: pointer to the SCSI_IO reqest message frame
+ * @mpi_request: pointer to the SCSI_IO request message frame
*
* Supporting protection 1 and 3.
*
@@ -4088,7 +4088,7 @@ scsih_qcmd(struct Scsi_Host *shost, struct scsi_cmnd *scmd)
scmd->result = DID_NO_CONNECT << 16;
scmd->scsi_done(scmd);
return 0;
- /* device busy with task managment */
+ /* device busy with task management */
} else if (sas_target_priv_data->tm_busy ||
sas_device_priv_data->block)
return SCSI_MLQUEUE_DEVICE_BUSY;
@@ -6327,7 +6327,7 @@ _scsih_reprobe_lun(struct scsi_device *sdev, void *no_uld_attach)
{
sdev->no_uld_attach = no_uld_attach ? 1 : 0;
sdev_printk(KERN_INFO, sdev, "%s raid component\n",
- sdev->no_uld_attach ? "hidding" : "exposing");
+ sdev->no_uld_attach ? "hiding" : "exposing");
WARN_ON(scsi_device_reprobe(sdev));
}
@@ -9217,7 +9217,7 @@ scsih_init(void)
/* queuecommand callback hander */
scsi_io_cb_idx = mpt3sas_base_register_callback_handler(_scsih_io_done);
- /* task managment callback handler */
+ /* task management callback handler */
tm_cb_idx = mpt3sas_base_register_callback_handler(_scsih_tm_done);
/* base internal commands callback handler */
--
2.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments
2016-10-31 15:34 [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments Colin King
@ 2016-11-02 14:07 ` Alexander Alemayhu
2016-11-02 14:29 ` Laurence Oberman
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Alemayhu @ 2016-11-02 14:07 UTC (permalink / raw)
To: Colin King
Cc: Sathya Prakash, Chaitra P B, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux.pdl,
linux-scsi, linux-kernel
On Mon, Oct 31, 2016 at 09:34:46AM -0600, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trival fixes, minor spelling mistakes in comments and in a KERN_INFO
> message.
It's hard to see which words changed. A summary would have been nice, something
like:
o "appropiately" -> "appropriately"
o "becuase" -> "because"
o "beleive" -> "believe"
o "hidding" -> "hiding"
o "managment" -> "management"
o "reqest" -> "request"
Thanks.
--
Mit freundlichen Grüßen
Alexander Alemayhu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments
2016-11-02 14:07 ` Alexander Alemayhu
@ 2016-11-02 14:29 ` Laurence Oberman
0 siblings, 0 replies; 3+ messages in thread
From: Laurence Oberman @ 2016-11-02 14:29 UTC (permalink / raw)
To: Alexander Alemayhu
Cc: Colin King, Sathya Prakash, Chaitra P B, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux pdl,
linux-scsi, linux-kernel
----- Original Message -----
> From: "Alexander Alemayhu" <alexander@alemayhu.com>
> To: "Colin King" <colin.king@canonical.com>
> Cc: "Sathya Prakash" <sathya.prakash@broadcom.com>, "Chaitra P B" <chaitra.basappa@broadcom.com>, "Suganath Prabu
> Subramani" <suganath-prabu.subramani@broadcom.com>, "James E . J . Bottomley" <jejb@linux.vnet.ibm.com>, "Martin K .
> Petersen" <martin.petersen@oracle.com>, "MPT-FusionLinux pdl" <MPT-FusionLinux.pdl@broadcom.com>,
> linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
> Sent: Wednesday, November 2, 2016 10:07:19 AM
> Subject: Re: [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments
>
> On Mon, Oct 31, 2016 at 09:34:46AM -0600, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> >
> > Trival fixes, minor spelling mistakes in comments and in a KERN_INFO
> > message.
>
> It's hard to see which words changed. A summary would have been nice,
> something
> like:
>
> o "appropiately" -> "appropriately"
> o "becuase" -> "because"
> o "beleive" -> "believe"
> o "hidding" -> "hiding"
> o "managment" -> "management"
> o "reqest" -> "request"
>
> Thanks.
>
> --
> Mit freundlichen Grüßen
>
> Alexander Alemayhu
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Hello Alexander
Surely the patch shows whats changed exactly,
Its implied in the patch itself.
Thanks
Laurence
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-02 14:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 15:34 [PATCH] scsi: mpt3sas: fix some spelling mistakes in message and comments Colin King
2016-11-02 14:07 ` Alexander Alemayhu
2016-11-02 14:29 ` Laurence Oberman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox