From: TC <tcmaps@xxxxxxx> Date: Fri, 10 Apr 2015 04:29:20 +0200 Subject: on some systems like Ubuntu 14.04, whitespaces are added from make_kconfig.pl to Kconfig script during make menuconfig causing it to fail with "./Kconfig:778: syntax error"! this patch just removes the originating spaces in two lines --- v4l/scripts/make_kconfig.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl index 28b56d0..9228a7b 100755 --- a/v4l/scripts/make_kconfig.pl +++ b/v4l/scripts/make_kconfig.pl @@ -252,8 +252,8 @@ sub checkdeps() # Text to be added to disabled options my $disabled_msg = <<'EOF'; ---help--- - WARNING! This driver needs at least kernel %s! It may not - compile or work correctly on your kernel, which is too old. + WARNING! This driver needs at least kernel %s! It may not + compile or work correctly on your kernel, which is too old. EOF -- 1.9.5.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html