diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-03-30 12:23:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-03-31 11:50:31 -0400 |
commit | 1051e9b33bbf550be52bdd674b519f3dc99f0dd9 (patch) | |
tree | f1e380c886702c30c89d7cb9e3956fee5184d076 /drivers/media | |
parent | 6200632427f0f96836491a3b94f9412eceff2c59 (diff) |
treewide: Fix typos in kernel messages
Correct spelling typos in various part of printk.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c index beb6dbacebd9..98a9c093a6b9 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | |||
@@ -1312,7 +1312,7 @@ static inline int s5p_mfc_get_new_ctx(struct s5p_mfc_dev *dev) | |||
1312 | int cnt; | 1312 | int cnt; |
1313 | 1313 | ||
1314 | spin_lock_irqsave(&dev->condlock, flags); | 1314 | spin_lock_irqsave(&dev->condlock, flags); |
1315 | mfc_debug(2, "Previos context: %d (bits %08lx)\n", dev->curr_ctx, | 1315 | mfc_debug(2, "Previous context: %d (bits %08lx)\n", dev->curr_ctx, |
1316 | dev->ctx_work_bits); | 1316 | dev->ctx_work_bits); |
1317 | new_ctx = (dev->curr_ctx + 1) % MFC_NUM_CONTEXTS; | 1317 | new_ctx = (dev->curr_ctx + 1) % MFC_NUM_CONTEXTS; |
1318 | cnt = 0; | 1318 | cnt = 0; |