diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-10-20 21:34:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-11-29 14:43:50 -0200 |
commit | 39c1cb2b191f56a963103d715797fca70f2fb26e (patch) | |
tree | 0a1ec4fd91ec323291cdb5a45630103453359ede /drivers/media/platform/s5p-mfc/regs-mfc.h | |
parent | ea3aba8482be6f3e4815f4014fa7302fc77c9c3f (diff) | |
download | talos-op-linux-39c1cb2b191f56a963103d715797fca70f2fb26e.tar.gz talos-op-linux-39c1cb2b191f56a963103d715797fca70f2fb26e.zip |
[media] media_tree: Fix spelling errors
Fix various spelling errors in strings and comments throughout the media
tree. The majority of these were found using Lucas De Marchi's codespell
tool.
[m.chehab@samsung.com: discard hunks with conflicts]
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/s5p-mfc/regs-mfc.h')
-rw-r--r-- | drivers/media/platform/s5p-mfc/regs-mfc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/regs-mfc.h b/drivers/media/platform/s5p-mfc/regs-mfc.h index 9319e93599ae..6ccc3f8c122a 100644 --- a/drivers/media/platform/s5p-mfc/regs-mfc.h +++ b/drivers/media/platform/s5p-mfc/regs-mfc.h @@ -382,7 +382,7 @@ #define S5P_FIMV_R2H_CMD_EDFU_INIT_RET 16 #define S5P_FIMV_R2H_CMD_ERR_RET 32 -/* Dummy definition for MFCv6 compatibilty */ +/* Dummy definition for MFCv6 compatibility */ #define S5P_FIMV_CODEC_H264_MVC_DEC -1 #define S5P_FIMV_R2H_CMD_FIELD_DONE_RET -1 #define S5P_FIMV_MFC_RESET -1 |