diff for duplicates of <20110326014918.GF2008@bicker> diff --git a/a/1.txt b/N1/1.txt index 50beefe..0894bda 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -189,8 +189,8 @@ index ca9f83a..a5d4867 100644 mMode = 0; break; } -- if (ch = '/') break; -+ if (ch = '/') +- if (ch == '/') break; ++ if (ch == '/') + break; cnt++; } @@ -286,7 +286,8 @@ index ca9f83a..a5d4867 100644 TSTD_L| V4L2_STD_SECAM_LC | TSTD_N|TSTD_Nc), -- .frameperiod - { +- .frameperiod = +- { - .numerator = 1, - .denominator= 25 + .frameperiod = { @@ -300,7 +301,8 @@ index ca9f83a..a5d4867 100644 .id = (TSTD_M| V4L2_STD_NTSC_M_JP| V4L2_STD_NTSC_M_KR), -- .frameperiod - { +- .frameperiod = +- { - .numerator = 1001, - .denominator= 30000 + .frameperiod = { @@ -313,7 +315,8 @@ index ca9f83a..a5d4867 100644 + .reserved = {0, 0, 0, 0} + }, { /* This is a total wild guess */ .id = (TSTD_60), -- .frameperiod - { +- .frameperiod = +- { - .numerator = 1001, - .denominator= 30000 + .frameperiod = { @@ -326,7 +329,8 @@ index ca9f83a..a5d4867 100644 + .reserved = {0, 0, 0, 0} + }, { /* This is total wild guess */ .id = V4L2_STD_NTSC_443, -- .frameperiod - { +- .frameperiod = +- { - .numerator = 1001, - .denominator= 30000 + .frameperiod = { @@ -422,8 +426,8 @@ index ca9f83a..a5d4867 100644 } for (idx2 = 0; idx2 < ARRAY_SIZE(std_mixes); idx2++) { -- if ((id & std_mixes[idx2]) = std_mixes[idx2]) std_cnt++; -+ if ((id & std_mixes[idx2]) = std_mixes[idx2]) +- if ((id & std_mixes[idx2]) == std_mixes[idx2]) std_cnt++; ++ if ((id & std_mixes[idx2]) == std_mixes[idx2]) + std_cnt++; } diff --git a/a/content_digest b/N1/content_digest index 73f0d1a..f999a55 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[PATCH 1/6] [media] pvrusb2: white space changes\0" - "Date\0Sat, 26 Mar 2011 01:49:18 +0000\0" + "Date\0Sat, 26 Mar 2011 04:49:18 +0300\0" "To\0Mike Isely <isely@pobox.com>\0" "Cc\0Mauro Carvalho Chehab <mchehab@infradead.org>" linux-media@vger.kernel.org @@ -198,8 +198,8 @@ " \t\t\t\tmMode = 0;\n" " \t\t\t\tbreak;\n" " \t\t\t}\n" - "-\t\t\tif (ch = '/') break;\n" - "+\t\t\tif (ch = '/')\n" + "-\t\t\tif (ch == '/') break;\n" + "+\t\t\tif (ch == '/')\n" "+\t\t\t\tbreak;\n" " \t\t\tcnt++;\n" " \t\t}\n" @@ -295,7 +295,8 @@ " \t\t\t\t TSTD_L|\n" " \t\t\t\t V4L2_STD_SECAM_LC |\n" " \t\t\t\t TSTD_N|TSTD_Nc),\n" - "-\t\t.frameperiod -\t\t{\n" + "-\t\t.frameperiod =\n" + "-\t\t{\n" "-\t\t\t.numerator = 1,\n" "-\t\t\t.denominator= 25\n" "+\t\t.frameperiod = {\n" @@ -309,7 +310,8 @@ " \t\t.id = (TSTD_M|\n" " \t\t\t\t V4L2_STD_NTSC_M_JP|\n" " \t\t\t\t V4L2_STD_NTSC_M_KR),\n" - "-\t\t.frameperiod -\t\t{\n" + "-\t\t.frameperiod =\n" + "-\t\t{\n" "-\t\t\t.numerator = 1001,\n" "-\t\t\t.denominator= 30000\n" "+\t\t.frameperiod = {\n" @@ -322,7 +324,8 @@ "+\t\t.reserved = {0, 0, 0, 0}\n" "+\t}, { /* This is a total wild guess */\n" " \t\t.id = (TSTD_60),\n" - "-\t\t.frameperiod -\t\t{\n" + "-\t\t.frameperiod =\n" + "-\t\t{\n" "-\t\t\t.numerator = 1001,\n" "-\t\t\t.denominator= 30000\n" "+\t\t.frameperiod = {\n" @@ -335,7 +338,8 @@ "+\t\t.reserved = {0, 0, 0, 0}\n" "+\t}, { /* This is total wild guess */\n" " \t\t.id = V4L2_STD_NTSC_443,\n" - "-\t\t.frameperiod -\t\t{\n" + "-\t\t.frameperiod =\n" + "-\t\t{\n" "-\t\t\t.numerator = 1001,\n" "-\t\t\t.denominator= 30000\n" "+\t\t.frameperiod = {\n" @@ -431,8 +435,8 @@ " \t}\n" " \n" " \tfor (idx2 = 0; idx2 < ARRAY_SIZE(std_mixes); idx2++) {\n" - "-\t\tif ((id & std_mixes[idx2]) = std_mixes[idx2]) std_cnt++;\n" - "+\t\tif ((id & std_mixes[idx2]) = std_mixes[idx2])\n" + "-\t\tif ((id & std_mixes[idx2]) == std_mixes[idx2]) std_cnt++;\n" + "+\t\tif ((id & std_mixes[idx2]) == std_mixes[idx2])\n" "+\t\t\tstd_cnt++;\n" " \t}\n" " \n" @@ -498,4 +502,4 @@ " Stuff for Emacs to see, in order to encourage consistent editing style:\n" *** Local Variables: *** -e9000a1c106df19d2c542e4c4764cc96d14445a507004ae45925f74f0ed871d3 +2173af70425ca8bc2b0269f068eaa465a13ce347ccbc724603c2bdfe361f4cfb
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.