[media] [trivial]: Fix typo in radio-sf16fmr2.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 14 Feb 2012 13:06:09 +0000 (10:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Mar 2012 12:00:30 +0000 (09:00 -0300)
Correct spelling "contrls" to "controls" in
drivers/media/radio/radio-sf16fmr2.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/radio-sf16fmr2.c

index 2dd4859..7ab9afa 100644 (file)
@@ -172,7 +172,7 @@ static int fmr2_tea_ext_init(struct snd_tea575x *tea)
                fmr2->volume = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_VOLUME, 0, 68, 2, 56);
                fmr2->balance = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_BALANCE, -68, 68, 2, 0);
                if (tea->ctrl_handler.error) {
-                       printk(KERN_ERR "radio-sf16fmr2: can't initialize contrls\n");
+                       printk(KERN_ERR "radio-sf16fmr2: can't initialize controls\n");
                        return tea->ctrl_handler.error;
                }
        }