diff for duplicates of <20150424070213.GD3489@sudip-PC> diff --git a/a/1.txt b/N1/1.txt index c76abf3..dc5bdcd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,9 +4,9 @@ On Thu, Apr 23, 2015 at 05:04:08PM -0400, Charles Rose wrote: > > Signed-off-by: Charles Rose <charles.rose.linux@gmail.com> <snip> -> - if ( x = 800 && y = 600 ) +> - if ( x == 800 && y == 600 ) > - dispControl = FIELD_SET(dispControl, CRT_DISPLAY_CTRL, CLK, PLL41); -> + if (x = 800 && y = 600) +> + if (x == 800 && y == 600) > + dispControl = FIELD_SET(dispControl, > + CRT_DISPLAY_CTRL, CLK, PLL41); diff --git a/a/content_digest b/N1/content_digest index 3c200ce..6253e5d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01429823048-9094-1-git-send-email-charles.rose.linux@gmail.com\0" "From\0Sudip Mukherjee <sudipm.mukherjee@gmail.com>\0" "Subject\0Re: [PATCH] staging: sm750fb: cleanup white space and indent\0" - "Date\0Fri, 24 Apr 2015 07:14:13 +0000\0" + "Date\0Fri, 24 Apr 2015 12:32:13 +0530\0" "To\0Charles Rose <charles.rose.linux@gmail.com>\0" "Cc\0teddy.wang@siliconmotion.com" gregkh@linuxfoundation.org @@ -16,9 +16,9 @@ "> \n" "> Signed-off-by: Charles Rose <charles.rose.linux@gmail.com>\n" "<snip>\n" - "> -\tif ( x = 800 && y = 600 )\n" + "> -\tif ( x == 800 && y == 600 )\n" "> - \tdispControl = FIELD_SET(dispControl, CRT_DISPLAY_CTRL, CLK, PLL41);\n" - "> +\tif (x = 800 && y = 600)\n" + "> +\tif (x == 800 && y == 600)\n" "> +\t\tdispControl = FIELD_SET(dispControl,\n" "> +\t\t\t\tCRT_DISPLAY_CTRL, CLK, PLL41);\n" "\n" @@ -27,4 +27,4 @@ "regards\n" sudip -628ac27f2ee778a0a4b81dc5ff74642f91f5508dfeecb891f0b4dfdac0280410 +0b18a27bc6c68e4a81956e54f29ee40784e9c601b95084b9f0b49fca5974bcde
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.