All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200408101852.GC20795@ravnborg.org>

diff --git a/a/1.txt b/N1/1.txt
index 87a34db..a16ba5f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ merge window.
 >  
 >  			vco = g450_mnp2vco(minfo, mnp);
 > -#if 0			
-> -			if (pll = M_VIDEO_PLL) {
+> -			if (pll == M_VIDEO_PLL) {
 > -				unsigned int big, small;
 > -
 > -				if (vco < pixel_vco) {
@@ -63,14 +63,14 @@ merge window.
 > -				while (big > small) {
 > -					big >>= 1;
 > -				}
-> -				if (big = small) {
+> -				if (big == small) {
 > -					continue;
 > -				}
 > -			}
 > -#endif			
 >  			delta = pll_freq_delta(fout, g450_vco2f(mnp, vco));
 >  			for (idx = mnpcount; idx > 0; idx--) {
->  				/* = is important; due to nextpll algorithm we get
+>  				/* == is important; due to nextpll algorithm we get
 > -- 
 > 2.17.2
 > 
@@ -78,3 +78,7 @@ merge window.
 > dri-devel mailing list
 > dri-devel@lists.freedesktop.org
 > https://lists.freedesktop.org/mailman/listinfo/dri-devel
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N1/content_digest
index 2c62507..981934e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020200403021609.20968-1-yanaijie@huawei.com\0"
  "From\0Sam Ravnborg <sam@ravnborg.org>\0"
  "Subject\0Re: [PATCH] video: fbdev: matroxfb: remove dead code and set but not used variable\0"
- "Date\0Wed, 08 Apr 2020 10:18:52 +0000\0"
+ "Date\0Wed, 8 Apr 2020 12:18:52 +0200\0"
  "To\0Jason Yan <yanaijie@huawei.com>\0"
  "Cc\0linux-fbdev@vger.kernel.org"
   dri-devel@lists.freedesktop.org
@@ -60,7 +60,7 @@
  ">  \n"
  ">  \t\t\tvco = g450_mnp2vco(minfo, mnp);\n"
  "> -#if 0\t\t\t\n"
- "> -\t\t\tif (pll = M_VIDEO_PLL) {\n"
+ "> -\t\t\tif (pll == M_VIDEO_PLL) {\n"
  "> -\t\t\t\tunsigned int big, small;\n"
  "> -\n"
  "> -\t\t\t\tif (vco < pixel_vco) {\n"
@@ -73,20 +73,24 @@
  "> -\t\t\t\twhile (big > small) {\n"
  "> -\t\t\t\t\tbig >>= 1;\n"
  "> -\t\t\t\t}\n"
- "> -\t\t\t\tif (big = small) {\n"
+ "> -\t\t\t\tif (big == small) {\n"
  "> -\t\t\t\t\tcontinue;\n"
  "> -\t\t\t\t}\n"
  "> -\t\t\t}\n"
  "> -#endif\t\t\t\n"
  ">  \t\t\tdelta = pll_freq_delta(fout, g450_vco2f(mnp, vco));\n"
  ">  \t\t\tfor (idx = mnpcount; idx > 0; idx--) {\n"
- ">  \t\t\t\t/* = is important; due to nextpll algorithm we get\n"
+ ">  \t\t\t\t/* == is important; due to nextpll algorithm we get\n"
  "> -- \n"
  "> 2.17.2\n"
  "> \n"
  "> _______________________________________________\n"
  "> dri-devel mailing list\n"
  "> dri-devel@lists.freedesktop.org\n"
- > https://lists.freedesktop.org/mailman/listinfo/dri-devel
+ "> https://lists.freedesktop.org/mailman/listinfo/dri-devel\n"
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ https://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-6b87301af6d5e690a1efeb2e84de541386ffa605c50489f5df86f7adea54def1
+ff9acad071df49339d2c72b700365c248349d85475c29294eac0d436a63b18cf

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.