This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: v4l2-ctl: fix typo in usage message. Author: Hans Verkuil <[email protected]> Date: Thu Jul 28 11:01:40 2011 +0200 Thanks to Mats Randgaard <[email protected]>. Signed-off-by: Hans Verkuil <[email protected]> utils/v4l2-ctl/v4l2-ctl.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=024b5ce1947275d2053ddeb62d868e23827ad55a diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp index 00ced36..6a54a59 100644 --- a/utils/v4l2-ctl/v4l2-ctl.cpp +++ b/utils/v4l2-ctl/v4l2-ctl.cpp @@ -544,7 +544,7 @@ static void usage(void) " --set-dv-bt-timings=width=<width>,height=<height>,interlaced=<0/1>,\n" " polarities=<polarities mask>,pixelclock=<pixelclock Hz>,\n" " hfp=<horizontal front porch>,hs=<horizontal sync>,\n" - " hbp=<horizontal back porch>,vfporch=<vertical front porch>,\n" + " hbp=<horizontal back porch>,vfp=<vertical front porch>,\n" " vs=<vertical sync>,vbp=<vertical back porch>,\n" " il_vfp=<vertical front porch for bottom field>,\n" " il_vs=<vertical sync for bottom field>,\n" _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
