diff options
Diffstat (limited to 'drivers/message/fusion/mptctl.c')
-rw-r--r-- | drivers/message/fusion/mptctl.c | 8 |
1 files changed, 4 insertions, 4 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 |