diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/scsi/lpfc | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index f681eea57730..0e4abb96d68e 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -1339,7 +1339,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \ | |||
1339 | } | 1339 | } |
1340 | 1340 | ||
1341 | /** | 1341 | /** |
1342 | * lpfc_param_init - Intializes a cfg attribute | 1342 | * lpfc_param_init - Initializes a cfg attribute |
1343 | * | 1343 | * |
1344 | * Description: | 1344 | * Description: |
1345 | * Macro that given an attr e.g. hba_queue_depth expands | 1345 | * Macro that given an attr e.g. hba_queue_depth expands |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index a345dde16c86..2a6866e63aae 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -2614,7 +2614,7 @@ lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la) | |||
2614 | if (unlikely(!fcf_record)) { | 2614 | if (unlikely(!fcf_record)) { |
2615 | lpfc_printf_log(phba, KERN_ERR, | 2615 | lpfc_printf_log(phba, KERN_ERR, |
2616 | LOG_MBOX | LOG_SLI, | 2616 | LOG_MBOX | LOG_SLI, |
2617 | "2554 Could not allocate memmory for " | 2617 | "2554 Could not allocate memory for " |
2618 | "fcf record\n"); | 2618 | "fcf record\n"); |
2619 | rc = -ENODEV; | 2619 | rc = -ENODEV; |
2620 | goto out; | 2620 | goto out; |
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 0d1e187b005d..c5614cfcc6e9 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -9619,7 +9619,7 @@ lpfc_sli4_intr_handler(int irq, void *dev_id) | |||
9619 | * lpfc_sli4_queue_free - free a queue structure and associated memory | 9619 | * lpfc_sli4_queue_free - free a queue structure and associated memory |
9620 | * @queue: The queue structure to free. | 9620 | * @queue: The queue structure to free. |
9621 | * | 9621 | * |
9622 | * This function frees a queue structure and the DMAable memeory used for | 9622 | * This function frees a queue structure and the DMAable memory used for |
9623 | * the host resident queue. This function must be called after destroying the | 9623 | * the host resident queue. This function must be called after destroying the |
9624 | * queue on the HBA. | 9624 | * queue on the HBA. |
9625 | **/ | 9625 | **/ |