scsi/megaraid fixed several typos in comments

Fixed several typos in comments in megaraid_mbox.c, megaraid_mm.c
and megaraid_sas_fusion.h.

Signed-off-by: Matthias Schid <aircrach115@gmail.com>
Signed-off-by: Stefan Huber <steffhip@gmail.com>
Signed-off-by: Simon Puels <simon.puels@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Matthias Schid
2013-06-26 16:25:53 +02:00
committed by Jiri Kosina
parent b615f4b3f9
commit 3948ff8bba
3 changed files with 7 additions and 7 deletions

View File

@@ -549,7 +549,7 @@ out_probe_one:
/** /**
* megaraid_detach_one - release framework resources and call LLD release routine * megaraid_detach_one - release framework resources and call LLD release routine
* @pdev : handle for our PCI cofiguration space * @pdev : handle for our PCI configuration space
* *
* This routine is called during driver unload. We free all the allocated * This routine is called during driver unload. We free all the allocated
* resources and call the corresponding LLD so that it can also release all * resources and call the corresponding LLD so that it can also release all
@@ -979,7 +979,7 @@ megaraid_fini_mbox(adapter_t *adapter)
* @adapter : soft state of the raid controller * @adapter : soft state of the raid controller
* *
* Allocate and align the shared mailbox. This maibox is used to issue * Allocate and align the shared mailbox. This maibox is used to issue
* all the commands. For IO based controllers, the mailbox is also regsitered * all the commands. For IO based controllers, the mailbox is also registered
* with the FW. Allocate memory for all commands as well. * with the FW. Allocate memory for all commands as well.
* This is our big allocator. * This is our big allocator.
*/ */
@@ -2027,7 +2027,7 @@ megaraid_mbox_prepare_pthru(adapter_t *adapter, scb_t *scb,
* @scb : scsi control block * @scb : scsi control block
* @scp : scsi command from the mid-layer * @scp : scsi command from the mid-layer
* *
* Prepare a command for the scsi physical devices. This rountine prepares * Prepare a command for the scsi physical devices. This routine prepares
* commands for devices which can take extended CDBs (>10 bytes). * commands for devices which can take extended CDBs (>10 bytes).
*/ */
static void static void
@@ -2586,7 +2586,7 @@ megaraid_abort_handler(struct scsi_cmnd *scp)
} }
/** /**
* megaraid_reset_handler - device reset hadler for mailbox based driver * megaraid_reset_handler - device reset handler for mailbox based driver
* @scp : reference command * @scp : reference command
* *
* Reset handler for the mailbox based controller. First try to find out if * 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)
* megaraid_mbox_setup_device_map - manage device ids * megaraid_mbox_setup_device_map - manage device ids
* @adapter : Driver's soft state * @adapter : Driver's soft state
* *
* Manange the device ids to have an appropriate mapping between the kernel * Manage the device ids to have an appropriate mapping between the kernel
* scsi addresses and megaraid scsi and logical drive addresses. We export * scsi addresses and megaraid scsi and logical drive addresses. We export
* scsi devices on their actual addresses, whereas the logical drives are * scsi devices on their actual addresses, whereas the logical drives are
* exported on a virtual scsi channel. * exported on a virtual scsi channel.

View File

@@ -896,7 +896,7 @@ hinfo_to_cinfo(mraid_hba_info_t *hinfo, mcontroller_t *cinfo)
/** /**
* mraid_mm_register_adp - Registration routine for low level drivers * mraid_mm_register_adp - Registration routine for low level drivers
* @lld_adp : Adapter objejct * @lld_adp : Adapter object
*/ */
int int
mraid_mm_register_adp(mraid_mmadp_t *lld_adp) mraid_mm_register_adp(mraid_mmadp_t *lld_adp)

View File

@@ -88,7 +88,7 @@ enum MR_RAID_FLAGS_IO_SUB_TYPE {
#define MEGASAS_FUSION_IN_RESET 0 #define MEGASAS_FUSION_IN_RESET 0
/* /*
* Raid Context structure which describes MegaRAID specific IO Paramenters * Raid Context structure which describes MegaRAID specific IO Parameters
* This resides at offset 0x60 where the SGL normally starts in MPT IO Frames * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames
*/ */