diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:28:22 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:28:22 -0500 |
commit | b1c118121ae37285ddc0a7a908999196bb35fb0b (patch) | |
tree | d4822302497c87c7e054898c4e30fa08742a9d97 /drivers/scsi/megaraid/megaraid_mbox.c | |
parent | f26fc4e08a0d045b108ab279cb8c8bd676f83c02 (diff) |
drivers/scsi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Acked-by: James Smart <james.smart@emulex.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: David Somayajulu <david.somayajulu@qlogic.com>
Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_mbox.c')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_mbox.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c index 6db77c00e3ee..9f041929aca5 100644 --- a/drivers/scsi/megaraid/megaraid_mbox.c +++ b/drivers/scsi/megaraid/megaraid_mbox.c | |||
@@ -3464,12 +3464,12 @@ megaraid_mbox_setup_device_map(adapter_t *adapter) | |||
3464 | /* | 3464 | /* |
3465 | * START: Interface for the common management module | 3465 | * START: Interface for the common management module |
3466 | * | 3466 | * |
3467 | * This is the module, which interfaces with the common mangement module to | 3467 | * This is the module, which interfaces with the common management module to |
3468 | * provide support for ioctl and sysfs | 3468 | * provide support for ioctl and sysfs |
3469 | */ | 3469 | */ |
3470 | 3470 | ||
3471 | /** | 3471 | /** |
3472 | * megaraid_cmm_register - register with the mangement module | 3472 | * megaraid_cmm_register - register with the management module |
3473 | * @adapter : HBA soft state | 3473 | * @adapter : HBA soft state |
3474 | * | 3474 | * |
3475 | * Register with the management module, which allows applications to issue | 3475 | * Register with the management module, which allows applications to issue |
@@ -3557,7 +3557,7 @@ megaraid_cmm_register(adapter_t *adapter) | |||
3557 | 3557 | ||
3558 | 3558 | ||
3559 | /** | 3559 | /** |
3560 | * megaraid_cmm_unregister - un-register with the mangement module | 3560 | * megaraid_cmm_unregister - un-register with the management module |
3561 | * @adapter : HBA soft state | 3561 | * @adapter : HBA soft state |
3562 | * | 3562 | * |
3563 | * Un-register with the management module. | 3563 | * Un-register with the management module. |
@@ -3579,7 +3579,7 @@ megaraid_cmm_unregister(adapter_t *adapter) | |||
3579 | * @kioc : CMM interface packet | 3579 | * @kioc : CMM interface packet |
3580 | * @action : command action | 3580 | * @action : command action |
3581 | * | 3581 | * |
3582 | * This routine is invoked whenever the Common Mangement Module (CMM) has a | 3582 | * This routine is invoked whenever the Common Management Module (CMM) has a |
3583 | * command for us. The 'action' parameter specifies if this is a new command | 3583 | * command for us. The 'action' parameter specifies if this is a new command |
3584 | * or otherwise. | 3584 | * or otherwise. |
3585 | */ | 3585 | */ |
@@ -3944,7 +3944,7 @@ megaraid_sysfs_get_ldmap_timeout(unsigned long data) | |||
3944 | * | 3944 | * |
3945 | * This routine will be called whenever user reads the logical drive | 3945 | * This routine will be called whenever user reads the logical drive |
3946 | * attributes, go get the current logical drive mapping table from the | 3946 | * attributes, go get the current logical drive mapping table from the |
3947 | * firmware. We use the managment API's to issue commands to the controller. | 3947 | * firmware. We use the management API's to issue commands to the controller. |
3948 | * | 3948 | * |
3949 | * NOTE: The commands issuance functionality is not generalized and | 3949 | * NOTE: The commands issuance functionality is not generalized and |
3950 | * implemented in context of "get ld map" command only. If required, the | 3950 | * implemented in context of "get ld map" command only. If required, the |