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]> (cherry picked from commit 024b5ce1947275d2053ddeb62d868e23827ad55a) Signed-off-by: Gregor Jasny <[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=870e77a912b88d0a1e06da56f11978aa74b683e7 diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp index 34fbda3..d591d9d 100644 --- a/utils/v4l2-ctl/v4l2-ctl.cpp +++ b/utils/v4l2-ctl/v4l2-ctl.cpp @@ -545,7 +545,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
