[From nobody Mon Jun 11 06:37:28 2007
Return-Path: &lt;linux@arm.linux.org.uk&gt;
Received: from caramon.arm.linux.org.uk ([212.18.232.186]) by
	mail.somanetworks.com (Netscape Messaging Server 4.15) with ESMTP id
	GNXJXX00.2SY for &lt;georgn@somanetworks.com&gt;;
	Thu, 6 Dec 2001 08:17:57 -0800 
Received: from [3ffe:8260:2002:1:201:2ff:fe14:8fad]
	(helo=flint.arm.linux.org.uk) by caramon.arm.linux.org.uk with esmtp
	(Exim 3.16 #1) id 16C1Df-0006iR-00; Thu, 06 Dec 2001 16:17:55 +0000
Received: from linux by flint.arm.linux.org.uk with local (Exim 3.16 #1) id
	16C1Df-0008BV-00; Thu, 06 Dec 2001 16:17:55 +0000
Date: Thu, 6 Dec 2001 16:17:55 +0000
From: Russell King - ARM Linux &lt;linux@arm.linux.org.uk&gt;
To: Georg Nikodym &lt;georgn@somanetworks.com&gt;
Cc: linux-arm@lists.arm.linux.org.uk
Subject: Re: 2.4.16-rmk1 patch file
Message-ID: &lt;20011206161755.C11287@flint.arm.linux.org.uk&gt;
References: &lt;1007654182.1783.12.camel@keller&gt;
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: &lt;1007654182.1783.12.camel@keller&gt;; from
	georgn@somanetworks.com on Thu, Dec 06, 2001 at 10:56:21AM -0500

On Thu, Dec 06, 2001 at 10:56:21AM -0500, Georg Nikodym wrote:
&gt; In the &quot;One of lifes minor irritations&quot; department, patch-2.4.16-rmk1
&gt; contains the following useless change:
&gt; 
&gt; diff -urN orig/fs/jffs2/erase.c linux/fs/jffs2/erase.c
&gt; --- orig/fs/jffs2/erase.c       Sun Oct 14 20:53:27 2001
&gt; +++ linux/fs/jffs2/erase.c      Thu Nov  1 20:36:07 2001
&gt; @@ -215,7 +215,7 @@
&gt; 
&gt;         D2({
&gt;                 int i=0;
&gt; -        struct jffs2_raw_node_ref *this;
&gt; +        struct jffs2_raw_node_ref *this;               ^M
&gt;          printk(KERN_DEBUG &quot;After remove_node_refs_from_ino_list: \n&quot;
&gt; KERN_DEBUG
&gt; );
&gt; 
&gt; (The control-m is real in the actual patch).
&gt; 
&gt; Can this diff be removed, please?

Please ask on the MTD list - the ^M appears to be in the MTD CVS.
]