All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <4B520571.7050502@tmr.com>

diff --git a/a/1.txt b/N1/1.txt
index ddb44a9..988e78b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -14,8 +14,8 @@ Roel Kluin wrote:
 >  	struct exit_ctl_data *p;
 >  
 >  	p = kvm_get_exit_data(vcpu);
-> -	if (p && p->exit_reason = EXIT_REASON_PAL_CALL) {
-> +	if (p->exit_reason = EXIT_REASON_PAL_CALL) {
+> -	if (p && p->exit_reason == EXIT_REASON_PAL_CALL) {
+> +	if (p->exit_reason == EXIT_REASON_PAL_CALL) {
 >  		p->u.pal_data.ret = result;
 >  		return ;
 >  	}
diff --git a/a/content_digest b/N1/content_digest
index 9790eed..52efd83 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,14 @@
  "ref\04B4F4EF6.2050202@gmail.com\0"
  "From\0Bill Davidsen <davidsen@tmr.com>\0"
  "Subject\0Re: [PATCH] KVM: remove redundant NULL tests\0"
- "Date\0Sat, 16 Jan 2010 18:29:05 +0000\0"
- "To\0kvm-ia64@vger.kernel.org\0"
+ "Date\0Sat, 16 Jan 2010 13:29:05 -0500\0"
+ "To\0Roel Kluin <roel.kluin@gmail.com>\0"
+ "Cc\0Xiantao Zhang <xiantao.zhang@intel.com>"
+  kvm-ia64@vger.kernel.org
+  Andrew Morton <akpm@linux-foundation.org>
+  LKML <linux-kernel@vger.kernel.org>
+  Avi Kivity <avi@redhat.com>
+ " kvm@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Roel Kluin wrote:\n"
@@ -21,8 +27,8 @@
  ">  \tstruct exit_ctl_data *p;\n"
  ">  \n"
  ">  \tp = kvm_get_exit_data(vcpu);\n"
- "> -\tif (p && p->exit_reason = EXIT_REASON_PAL_CALL) {\n"
- "> +\tif (p->exit_reason = EXIT_REASON_PAL_CALL) {\n"
+ "> -\tif (p && p->exit_reason == EXIT_REASON_PAL_CALL) {\n"
+ "> +\tif (p->exit_reason == EXIT_REASON_PAL_CALL) {\n"
  ">  \t\tp->u.pal_data.ret = result;\n"
  ">  \t\treturn ;\n"
  ">  \t}\n"
@@ -36,4 +42,4 @@
  "   \"We have more to fear from the bungling of the incompetent than from\n"
  "the machinations of the wicked.\"  - from Slashdot"
 
-0023348fbbe9d2d2b75cb09eaccf7610cef184b8f00d0147212e618453666bc5
+51f79f37240dc955c5b3795836d6547f7a21d977c6d31bb7ae27660bd08c5880

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.