diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2012-09-01 13:31:09 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 13:33:05 -0400 |
commit | 4907cb7b193a4f91c1fd30cf679c035e3644c64d (patch) | |
tree | 3a11b6fed733b906e005a7f7cfa5b5c6c78dbd49 /drivers/scsi/lpfc/lpfc_init.c | |
parent | 203fa3fe9c9d79b3f4cd044cab13622123b6c578 (diff) |
treewide: fix comment/printk/variable typos
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 411ed48d79da..be43b4f6bd70 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -6470,7 +6470,7 @@ out_error: | |||
6470 | * we just use some constant number as place holder. | 6470 | * we just use some constant number as place holder. |
6471 | * | 6471 | * |
6472 | * Return codes | 6472 | * Return codes |
6473 | * 0 - sucessful | 6473 | * 0 - successful |
6474 | * -ENOMEM - No availble memory | 6474 | * -ENOMEM - No availble memory |
6475 | * -EIO - The mailbox failed to complete successfully. | 6475 | * -EIO - The mailbox failed to complete successfully. |
6476 | **/ | 6476 | **/ |