]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298793.002329:2,
test: add 'lkml' corpus
[notmuch] / test / corpora / lkml / cur / 1382298793.002329:2,
1 From: Michal Simek <monstr@monstr.eu>
2 Subject: Re: [PATCH 02/44] arch/microblaze: Remove unnecessary semicolons
3 Date: Mon, 15 Nov 2010 07:37:39 +0100
4 Lines: 32
5 Message-ID: <4CE0D533.1010407@monstr.eu>
6 References: <cover.1289789604.git.joe@perches.com> <5d57b90b488b4338bcdc3f0fbf5f6996842bd44d.1289789604.git.joe@perches.com>
7 Reply-To: monstr@monstr.eu
8 Mime-Version: 1.0
9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
10 Content-Transfer-Encoding: 7bit
11 Cc: Jiri Kosina <trivial@kernel.org>,
12         microblaze-uclinux@itee.uq.edu.au, linux-kernel@vger.kernel.org
13 To: Joe Perches <joe@perches.com>
14 X-From: linux-kernel-owner@vger.kernel.org Mon Nov 15 07:38:12 2010
15 Return-path: <linux-kernel-owner@vger.kernel.org>
16 Envelope-to: glk-linux-kernel-3@lo.gmane.org
17 Received: from vger.kernel.org ([209.132.180.67])
18         by lo.gmane.org with esmtp (Exim 4.69)
19         (envelope-from <linux-kernel-owner@vger.kernel.org>)
20         id 1PHshf-0005Kt-RF
21         for glk-linux-kernel-3@lo.gmane.org; Mon, 15 Nov 2010 07:38:12 +0100
22 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
23         id S1755918Ab0KOGhs (ORCPT <rfc822;glk-linux-kernel-3@m.gmane.org>);
24         Mon, 15 Nov 2010 01:37:48 -0500
25 Received: from mail-fx0-f46.google.com ([209.85.161.46]:39130 "EHLO
26         mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
27         with ESMTP id S1755187Ab0KOGhp (ORCPT
28         <rfc822;linux-kernel@vger.kernel.org>);
29         Mon, 15 Nov 2010 01:37:45 -0500
30 Received: by fxm6 with SMTP id 6so1494962fxm.19
31         for <linux-kernel@vger.kernel.org>; Sun, 14 Nov 2010 22:37:43 -0800 (PST)
32 Received: by 10.223.70.131 with SMTP id d3mr4100646faj.73.1289803062970;
33         Sun, 14 Nov 2010 22:37:42 -0800 (PST)
34 Received: from monstr.eu ([178.23.216.97])
35         by mx.google.com with ESMTPS id l14sm735429fan.33.2010.11.14.22.37.40
36         (version=SSLv3 cipher=RC4-MD5);
37         Sun, 14 Nov 2010 22:37:41 -0800 (PST)
38 User-Agent: Thunderbird 2.0.0.22 (X11/20090625)
39 In-Reply-To: <5d57b90b488b4338bcdc3f0fbf5f6996842bd44d.1289789604.git.joe@perches.com>
40 Sender: linux-kernel-owner@vger.kernel.org
41 Precedence: bulk
42 List-ID: <linux-kernel.vger.kernel.org>
43 X-Mailing-List: linux-kernel@vger.kernel.org
44 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062348>
45
46 Joe Perches wrote:
47 > Signed-off-by: Joe Perches <joe@perches.com>
48 > ---
49 >  arch/microblaze/lib/memmove.c |    2 +-
50 >  1 files changed, 1 insertions(+), 1 deletions(-)
51
52 Applied.
53
54 Thanks,
55 Michal
56
57
58 > diff --git a/arch/microblaze/lib/memmove.c b/arch/microblaze/lib/memmove.c
59 > index 123e361..810fd68 100644
60 > --- a/arch/microblaze/lib/memmove.c
61 > +++ b/arch/microblaze/lib/memmove.c
62 > @@ -182,7 +182,7 @@ void *memmove(void *v_dst, const void *v_src, __kernel_size_t c)
63 >                       for (; c >= 4; c -= 4) {
64 >                               value = *--i_src;
65 >                               *--i_dst = buf_hold | ((value & 0xFF000000)>> 24);
66 > -                             buf_hold = (value & 0xFFFFFF) << 8;;
67 > +                             buf_hold = (value & 0xFFFFFF) << 8;
68 >                       }
69 >  #endif
70 >                       /* Realign the source */
71
72
73 -- 
74 Michal Simek, Ing. (M.Eng)
75 w: www.monstr.eu p: +42-0-721842854
76 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
77 Microblaze U-BOOT custodian
78
79