diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-25 03:11:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:32:41 -0300 |
commit | f41e4e99404ad7a6afce2817843336c681b63e46 (patch) | |
tree | 14d824c76acdab3091df08ec0702f1f562de5503 | |
parent | 0cd301f19a91b3e1fb4130dcd9106777003ed4ed (diff) | |
download | op-kernel-dev-f41e4e99404ad7a6afce2817843336c681b63e46.zip op-kernel-dev-f41e4e99404ad7a6afce2817843336c681b63e46.tar.gz |
[media] drivers:media:cx23418.h remove one to many l's in the word
The patch below removes an extra "l" in the word.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/video/cx18/cx23418.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h index 7e40035..935f557 100644 --- a/drivers/media/video/cx18/cx23418.h +++ b/drivers/media/video/cx18/cx23418.h @@ -477,7 +477,7 @@ /* The are no buffers ready. Try again soon! */ #define CXERR_NODATA_AGAIN 0x00001E -/* The stream is stopping. Function not alllowed now! */ +/* The stream is stopping. Function not allowed now! */ #define CXERR_STOPPING_STATUS 0x00001F /* Trying to access hardware when the power is turned OFF */ |