aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pmcraid.c
diff options
context:
space:
mode:
authorAndré Goddard Rosa <andre.goddard@gmail.com>2009-11-14 10:09:05 -0500
committerJiri Kosina <jkosina@suse.cz>2009-12-04 09:39:55 -0500
commitaf901ca181d92aac3a7dc265144a9081a86d8f39 (patch)
tree380054af22521144fbe1364c3bcd55ad24c9bde4 /drivers/scsi/pmcraid.c
parent972b94ffb90ea6d20c589d9a47215df103388ddd (diff)
tree-wide: fix assorted typos all over the place
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
-rw-r--r--drivers/scsi/pmcraid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c
index f7c70e2a8224..d3d39f86fcf7 100644
--- a/drivers/scsi/pmcraid.c
+++ b/drivers/scsi/pmcraid.c
@@ -3342,7 +3342,7 @@ static int pmcraid_chr_fasync(int fd, struct file *filep, int mode)
3342 * @direction : data transfer direction 3342 * @direction : data transfer direction
3343 * 3343 *
3344 * Return value 3344 * Return value
3345 * 0 on sucess, non-zero error code on failure 3345 * 0 on success, non-zero error code on failure
3346 */ 3346 */
3347static int pmcraid_build_passthrough_ioadls( 3347static int pmcraid_build_passthrough_ioadls(
3348 struct pmcraid_cmd *cmd, 3348 struct pmcraid_cmd *cmd,
@@ -3401,7 +3401,7 @@ static int pmcraid_build_passthrough_ioadls(
3401 * @direction: data transfer direction 3401 * @direction: data transfer direction
3402 * 3402 *
3403 * Return value 3403 * Return value
3404 * 0 on sucess, non-zero error code on failure 3404 * 0 on success, non-zero error code on failure
3405 */ 3405 */
3406static void pmcraid_release_passthrough_ioadls( 3406static void pmcraid_release_passthrough_ioadls(
3407 struct pmcraid_cmd *cmd, 3407 struct pmcraid_cmd *cmd,
@@ -3429,7 +3429,7 @@ static void pmcraid_release_passthrough_ioadls(
3429 * @arg: pointer to pmcraid_passthrough_buffer user buffer 3429 * @arg: pointer to pmcraid_passthrough_buffer user buffer
3430 * 3430 *
3431 * Return value 3431 * Return value
3432 * 0 on sucess, non-zero error code on failure 3432 * 0 on success, non-zero error code on failure
3433 */ 3433 */
3434static long pmcraid_ioctl_passthrough( 3434static long pmcraid_ioctl_passthrough(
3435 struct pmcraid_instance *pinstance, 3435 struct pmcraid_instance *pinstance,