aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-mailbox.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-08-17 09:58:04 -0400
committerJiri Kosina <jkosina@suse.cz>2011-09-27 12:08:04 -0400
commitbfb9035c98906aafcd3cf22694fba2550997bf53 (patch)
tree82256f42b5be76c49c0009b96b0641b34a8f16d3 /drivers/media/video/cx18/cx18-mailbox.h
parent395cf9691d72173d8cdaa613c5f0255f993af94b (diff)
treewide: Correct spelling of successfully in comments
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media/video/cx18/cx18-mailbox.h')
-rw-r--r--drivers/media/video/cx18/cx18-mailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-mailbox.h b/drivers/media/video/cx18/cx18-mailbox.h
index 05fe6bdbe06..b63fdfaac49 100644
--- a/drivers/media/video/cx18/cx18-mailbox.h
+++ b/drivers/media/video/cx18/cx18-mailbox.h
@@ -69,7 +69,7 @@ struct cx18_mailbox {
69 /* Each command can have up to 6 arguments */ 69 /* Each command can have up to 6 arguments */
70 u32 args[MAX_MB_ARGUMENTS]; 70 u32 args[MAX_MB_ARGUMENTS];
71 /* The return code can be one of the codes in the file cx23418.h. If the 71 /* The return code can be one of the codes in the file cx23418.h. If the
72 command is completed successfuly, the error will be ERR_SYS_SUCCESS. 72 command is completed successfully, the error will be ERR_SYS_SUCCESS.
73 If it is pending, the code is ERR_SYS_PENDING. If it failed, the error 73 If it is pending, the code is ERR_SYS_PENDING. If it failed, the error
74 code would indicate the task from which the error originated and will 74 code would indicate the task from which the error originated and will
75 be one of the errors in cx23418.h. In that case, the following 75 be one of the errors in cx23418.h. In that case, the following