diff for duplicates of <20101125040032.GR1522@bicker> diff --git a/a/1.txt b/N1/1.txt index e47b411..3cc03d0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,6 @@ On Thu, Nov 25, 2010 at 01:28:57AM +0100, Javier Martinez Canillas wrote: -> adev->guest_msix_entries > - kzalloc(sizeof(struct msix_entry) * entry_nr->entry_nr, +> adev->guest_msix_entries = +> - kzalloc(sizeof(struct msix_entry) * entry_nr->entry_nr, > + kzalloc(sizeof(struct msix_entry) *entry_nr->entry_nr, The original code was right and the new code is wrong. diff --git a/a/content_digest b/N1/content_digest index bd7b948..de089a2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01290644937.6078.9.camel@javier-laptop\0" "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0Re: [PATCH] virt: kvm: coding style cleanups\0" - "Date\0Thu, 25 Nov 2010 04:00:32 +0000\0" + "Date\0Thu, 25 Nov 2010 07:00:32 +0300\0" "To\0Javier Martinez Canillas <martinez.javier@gmail.com>\0" "Cc\0Avi Kivity <avi@redhat.com>" Marcelo Tosatti <mtosatti@redhat.com> @@ -10,7 +10,8 @@ "\00:1\0" "b\0" "On Thu, Nov 25, 2010 at 01:28:57AM +0100, Javier Martinez Canillas wrote:\n" - "> \t\tadev->guest_msix_entries > -\t\t\tkzalloc(sizeof(struct msix_entry) * entry_nr->entry_nr,\n" + "> \t\tadev->guest_msix_entries =\n" + "> -\t\t\tkzalloc(sizeof(struct msix_entry) * entry_nr->entry_nr,\n" "> +\t\t\tkzalloc(sizeof(struct msix_entry) *entry_nr->entry_nr,\n" "\n" "The original code was right and the new code is wrong.\n" @@ -36,4 +37,4 @@ "regards,\n" dan carpenter -93782540d8899f109279bca4a7aaa4ea61a21260b686d3055983641d0d26d3ed +41bcb41474a6c3c6e57e0a71dce03abb914d17c0f30d2cf58016d9e4f340f1f4
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.