Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] Two small string fixes in v4l2-ctrls.c

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

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
f769c260 9ce28d82

+3 -3
+3 -3
drivers/media/video/v4l2-ctrls.c
··· 245 245 }; 246 246 static const char * const tune_preemphasis[] = { 247 247 "No Preemphasis", 248 - "50 useconds", 249 - "75 useconds", 248 + "50 Microseconds", 249 + "75 Microseconds", 250 250 NULL, 251 251 }; 252 252 static const char * const header_mode[] = { ··· 343 343 }; 344 344 static const char * const mpeg4_profile[] = { 345 345 "Simple", 346 - "Adcanved Simple", 346 + "Advanced Simple", 347 347 "Core", 348 348 "Simple Scalable", 349 349 "Advanced Coding Efficency",