diff options
Diffstat (limited to 'drivers/scsi/megaraid')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_mbox.c | 10 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_mm.c | 2 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas_fusion.h | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c index e6a1e0b38a19..515c9629e9fe 100644 --- a/drivers/scsi/megaraid/megaraid_mbox.c +++ b/drivers/scsi/megaraid/megaraid_mbox.c | |||
@@ -549,7 +549,7 @@ out_probe_one: | |||
549 | 549 | ||
550 | /** | 550 | /** |
551 | * megaraid_detach_one - release framework resources and call LLD release routine | 551 | * megaraid_detach_one - release framework resources and call LLD release routine |
552 | * @pdev : handle for our PCI cofiguration space | 552 | * @pdev : handle for our PCI configuration space |
553 | * | 553 | * |
554 | * This routine is called during driver unload. We free all the allocated | 554 | * This routine is called during driver unload. We free all the allocated |
555 | * resources and call the corresponding LLD so that it can also release all | 555 | * resources and call the corresponding LLD so that it can also release all |
@@ -979,7 +979,7 @@ megaraid_fini_mbox(adapter_t *adapter) | |||
979 | * @adapter : soft state of the raid controller | 979 | * @adapter : soft state of the raid controller |
980 | * | 980 | * |
981 | * Allocate and align the shared mailbox. This maibox is used to issue | 981 | * Allocate and align the shared mailbox. This maibox is used to issue |
982 | * all the commands. For IO based controllers, the mailbox is also regsitered | 982 | * all the commands. For IO based controllers, the mailbox is also registered |
983 | * with the FW. Allocate memory for all commands as well. | 983 | * with the FW. Allocate memory for all commands as well. |
984 | * This is our big allocator. | 984 | * This is our big allocator. |
985 | */ | 985 | */ |
@@ -2027,7 +2027,7 @@ megaraid_mbox_prepare_pthru(adapter_t *adapter, scb_t *scb, | |||
2027 | * @scb : scsi control block | 2027 | * @scb : scsi control block |
2028 | * @scp : scsi command from the mid-layer | 2028 | * @scp : scsi command from the mid-layer |
2029 | * | 2029 | * |
2030 | * Prepare a command for the scsi physical devices. This rountine prepares | 2030 | * Prepare a command for the scsi physical devices. This routine prepares |
2031 | * commands for devices which can take extended CDBs (>10 bytes). | 2031 | * commands for devices which can take extended CDBs (>10 bytes). |
2032 | */ | 2032 | */ |
2033 | static void | 2033 | static void |
@@ -2586,7 +2586,7 @@ megaraid_abort_handler(struct scsi_cmnd *scp) | |||
2586 | } | 2586 | } |
2587 | 2587 | ||
2588 | /** | 2588 | /** |
2589 | * megaraid_reset_handler - device reset hadler for mailbox based driver | 2589 | * megaraid_reset_handler - device reset handler for mailbox based driver |
2590 | * @scp : reference command | 2590 | * @scp : reference command |
2591 | * | 2591 | * |
2592 | * Reset handler for the mailbox based controller. First try to find out if | 2592 | * Reset handler for the mailbox based controller. First try to find out if |
@@ -3446,7 +3446,7 @@ megaraid_mbox_display_scb(adapter_t *adapter, scb_t *scb) | |||
3446 | * megaraid_mbox_setup_device_map - manage device ids | 3446 | * megaraid_mbox_setup_device_map - manage device ids |
3447 | * @adapter : Driver's soft state | 3447 | * @adapter : Driver's soft state |
3448 | * | 3448 | * |
3449 | * Manange the device ids to have an appropriate mapping between the kernel | 3449 | * Manage the device ids to have an appropriate mapping between the kernel |
3450 | * scsi addresses and megaraid scsi and logical drive addresses. We export | 3450 | * scsi addresses and megaraid scsi and logical drive addresses. We export |
3451 | * scsi devices on their actual addresses, whereas the logical drives are | 3451 | * scsi devices on their actual addresses, whereas the logical drives are |
3452 | * exported on a virtual scsi channel. | 3452 | * exported on a virtual scsi channel. |
diff --git a/drivers/scsi/megaraid/megaraid_mm.c b/drivers/scsi/megaraid/megaraid_mm.c index 25506c777381..dfffd0f37916 100644 --- a/drivers/scsi/megaraid/megaraid_mm.c +++ b/drivers/scsi/megaraid/megaraid_mm.c | |||
@@ -896,7 +896,7 @@ hinfo_to_cinfo(mraid_hba_info_t *hinfo, mcontroller_t *cinfo) | |||
896 | 896 | ||
897 | /** | 897 | /** |
898 | * mraid_mm_register_adp - Registration routine for low level drivers | 898 | * mraid_mm_register_adp - Registration routine for low level drivers |
899 | * @lld_adp : Adapter objejct | 899 | * @lld_adp : Adapter object |
900 | */ | 900 | */ |
901 | int | 901 | int |
902 | mraid_mm_register_adp(mraid_mmadp_t *lld_adp) | 902 | mraid_mm_register_adp(mraid_mmadp_t *lld_adp) |
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.h b/drivers/scsi/megaraid/megaraid_sas_fusion.h index 12ff01cf6799..4eb84011cb07 100644 --- a/drivers/scsi/megaraid/megaraid_sas_fusion.h +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.h | |||
@@ -88,7 +88,7 @@ enum MR_RAID_FLAGS_IO_SUB_TYPE { | |||
88 | #define MEGASAS_FUSION_IN_RESET 0 | 88 | #define MEGASAS_FUSION_IN_RESET 0 |
89 | 89 | ||
90 | /* | 90 | /* |
91 | * Raid Context structure which describes MegaRAID specific IO Paramenters | 91 | * Raid Context structure which describes MegaRAID specific IO Parameters |
92 | * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames | 92 | * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames |
93 | */ | 93 | */ |
94 | 94 | ||