diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:21:01 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:21:01 -0500 |
commit | fc1323bb75ef8ae70f99cd6a386cc659a5b85696 (patch) | |
tree | e37dbd62453cde1900f0f2b0ad9c83c721cce1a5 | |
parent | 3641e79e251b082f254b86006f4152b4a825fec7 (diff) |
drivers/message/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | drivers/message/fusion/mptctl.c | 8 | ||||
-rw-r--r-- | drivers/message/fusion/mptscsih.c | 2 | ||||
-rw-r--r-- | drivers/message/i2o/iop.c | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/drivers/message/fusion/mptctl.c b/drivers/message/fusion/mptctl.c index 6029509702d3..e630b50966ec 100644 --- a/drivers/message/fusion/mptctl.c +++ b/drivers/message/fusion/mptctl.c | |||
@@ -1708,7 +1708,7 @@ mptctl_replace_fw (unsigned long arg) | |||
1708 | * | 1708 | * |
1709 | * Outputs: None. | 1709 | * Outputs: None. |
1710 | * Return: 0 if successful | 1710 | * Return: 0 if successful |
1711 | * -EBUSY if previous command timout and IOC reset is not complete. | 1711 | * -EBUSY if previous command timeout and IOC reset is not complete. |
1712 | * -EFAULT if data unavailable | 1712 | * -EFAULT if data unavailable |
1713 | * -ENODEV if no such device/adapter | 1713 | * -ENODEV if no such device/adapter |
1714 | * -ETIME if timer expires | 1714 | * -ETIME if timer expires |
@@ -1748,7 +1748,7 @@ mptctl_mpt_command (unsigned long arg) | |||
1748 | * | 1748 | * |
1749 | * Outputs: None. | 1749 | * Outputs: None. |
1750 | * Return: 0 if successful | 1750 | * Return: 0 if successful |
1751 | * -EBUSY if previous command timout and IOC reset is not complete. | 1751 | * -EBUSY if previous command timeout and IOC reset is not complete. |
1752 | * -EFAULT if data unavailable | 1752 | * -EFAULT if data unavailable |
1753 | * -ENODEV if no such device/adapter | 1753 | * -ENODEV if no such device/adapter |
1754 | * -ETIME if timer expires | 1754 | * -ETIME if timer expires |
@@ -2316,7 +2316,7 @@ done_free_mem: | |||
2316 | * Outputs: None. | 2316 | * Outputs: None. |
2317 | * Return: 0 if successful | 2317 | * Return: 0 if successful |
2318 | * -EFAULT if data unavailable | 2318 | * -EFAULT if data unavailable |
2319 | * -EBUSY if previous command timout and IOC reset is not complete. | 2319 | * -EBUSY if previous command timeout and IOC reset is not complete. |
2320 | * -ENODEV if no such device/adapter | 2320 | * -ENODEV if no such device/adapter |
2321 | * -ETIME if timer expires | 2321 | * -ETIME if timer expires |
2322 | * -ENOMEM if memory allocation error | 2322 | * -ENOMEM if memory allocation error |
@@ -2553,7 +2553,7 @@ mptctl_hp_hostinfo(unsigned long arg, unsigned int data_size) | |||
2553 | * Outputs: None. | 2553 | * Outputs: None. |
2554 | * Return: 0 if successful | 2554 | * Return: 0 if successful |
2555 | * -EFAULT if data unavailable | 2555 | * -EFAULT if data unavailable |
2556 | * -EBUSY if previous command timout and IOC reset is not complete. | 2556 | * -EBUSY if previous command timeout and IOC reset is not complete. |
2557 | * -ENODEV if no such device/adapter | 2557 | * -ENODEV if no such device/adapter |
2558 | * -ETIME if timer expires | 2558 | * -ETIME if timer expires |
2559 | * -ENOMEM if memory allocation error | 2559 | * -ENOMEM if memory allocation error |
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c index 5c614ec38cc4..af1de0ccee2f 100644 --- a/drivers/message/fusion/mptscsih.c +++ b/drivers/message/fusion/mptscsih.c | |||
@@ -1736,7 +1736,7 @@ mptscsih_IssueTaskMgmt(MPT_SCSI_HOST *hd, u8 type, u8 channel, u8 id, int lun, i | |||
1736 | fail_out: | 1736 | fail_out: |
1737 | 1737 | ||
1738 | /* | 1738 | /* |
1739 | * Free task managment mf, and corresponding tm flags | 1739 | * Free task management mf, and corresponding tm flags |
1740 | */ | 1740 | */ |
1741 | mpt_free_msg_frame(ioc, mf); | 1741 | mpt_free_msg_frame(ioc, mf); |
1742 | hd->tmPending = 0; | 1742 | hd->tmPending = 0; |
diff --git a/drivers/message/i2o/iop.c b/drivers/message/i2o/iop.c index 7814a06ae970..da715e11c1b2 100644 --- a/drivers/message/i2o/iop.c +++ b/drivers/message/i2o/iop.c | |||
@@ -916,7 +916,7 @@ static int i2o_parse_hrt(struct i2o_controller *c) | |||
916 | * status block. The status block could then be accessed through | 916 | * status block. The status block could then be accessed through |
917 | * c->status_block. | 917 | * c->status_block. |
918 | * | 918 | * |
919 | * Returns 0 on sucess or negative error code on failure. | 919 | * Returns 0 on success or negative error code on failure. |
920 | */ | 920 | */ |
921 | int i2o_status_get(struct i2o_controller *c) | 921 | int i2o_status_get(struct i2o_controller *c) |
922 | { | 922 | { |