Fix one typo and use 'Microseconds' instead of 'useconds' in the pre-emphasis
descriptions.

Regards,

        Hans

diff --git a/drivers/media/video/v4l2-ctrls.c b/drivers/media/video/v4l2-ctrls.c
index 9091172..8465ee9 100644
--- a/drivers/media/video/v4l2-ctrls.c
+++ b/drivers/media/video/v4l2-ctrls.c
@@ -245,8 +245,8 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
        };
        static const char * const tune_preemphasis[] = {
                "No Preemphasis",
-               "50 useconds",
-               "75 useconds",
+               "50 Microseconds",
+               "75 Microseconds",
                NULL,
        };
        static const char * const header_mode[] = {
@@ -343,7 +343,7 @@ const char * const *v4l2_ctrl_get_menu(u32 id)
        };
        static const char * const mpeg4_profile[] = {
                "Simple",
-               "Adcanved Simple",
+               "Advanced Simple",
                "Core",
                "Simple Scalable",
                "Advanced Coding Efficency",
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to