diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-12-30 18:08:03 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-03 10:03:38 -0500 |
commit | eb78bd7d8a39415245a8d20ae3b464ddde68b20a (patch) | |
tree | 18fea76187bbe53c6002efbe3f3bdb8179dd368a /include | |
parent | 44dd4ff33cde33d52d4376130f770b50f64218ca (diff) |
media: comment typo fix diable -> disable.
The below patch fixes a typo "diable" to "disable".
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/davinci/vpss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/davinci/vpss.h b/include/media/davinci/vpss.h index c59cc029c74a..b586495bcd53 100644 --- a/include/media/davinci/vpss.h +++ b/include/media/davinci/vpss.h | |||
@@ -44,7 +44,7 @@ struct vpss_pg_frame_size { | |||
44 | short pplen; | 44 | short pplen; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | /* Used for enable/diable VPSS Clock */ | 47 | /* Used for enable/disable VPSS Clock */ |
48 | enum vpss_clock_sel { | 48 | enum vpss_clock_sel { |
49 | /* DM355/DM365 */ | 49 | /* DM355/DM365 */ |
50 | VPSS_CCDC_CLOCK, | 50 | VPSS_CCDC_CLOCK, |