diff for duplicates of <53C78161.9040700@suse.de> diff --git a/a/1.txt b/N1/1.txt index dd3b4b3..296e255 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -214,7 +214,7 @@ Just make this a void*? > + > + vcore = kzalloc(sizeof(struct kvmppc_vcore), GFP_KERNEL); > + -> + if (vcore = NULL) +> + if (vcore == NULL) > + return NULL; > + > + INIT_LIST_HEAD(&vcore->runnable_threads); diff --git a/a/content_digest b/N1/content_digest index 411379b..bd22683 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01405567197-23333-1-git-send-email-stewart@linux.vnet.ibm.com\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH v3] Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8\0" - "Date\0Thu, 17 Jul 2014 07:55:13 +0000\0" + "Date\0Thu, 17 Jul 2014 09:55:13 +0200\0" "To\0Stewart Smith <stewart@linux.vnet.ibm.com>" linuxppc-dev@lists.ozlabs.org paulus@samba.org @@ -225,7 +225,7 @@ "> +\n" "> +\tvcore = kzalloc(sizeof(struct kvmppc_vcore), GFP_KERNEL);\n" "> +\n" - "> +\tif (vcore = NULL)\n" + "> +\tif (vcore == NULL)\n" "> +\t\treturn NULL;\n" "> +\n" "> +\tINIT_LIST_HEAD(&vcore->runnable_threads);\n" @@ -359,4 +359,4 @@ "> }\n" > -3f5628d5aef567132effd5bbdf1ca69c477dbff805cfa3d637c92687cbd7afe3 +ca2bb9570f1c6eb2ac2d0bab4683c57c265b674c2e265deec75c84853bd9f5f6
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.