From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tomoya MORINAGA" Subject: Re: [PATCH net-next-2.6 01/19 v5] can: EG20T PCH: Separate Interface Register(IF1/IF2) Date: Mon, 29 Nov 2010 10:59:31 +0900 Message-ID: <002201cb8f69$11d30050$66f8800a@maildom.okisemi.com> References: <4CEF150A.7080409@dsn.okisemi.com> <4CEF84BE.7000101@pengutronix.de> <4CEF864B.6080207@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: andrew.chih.howe.khor-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, Samuel Ortiz , margie.foster-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Christian Pellegrin , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, yong.y.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, socketcan-core-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org, kok.howg.ewe-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, joel.clark-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, "David S. Miller" , Wolfgang Grandegger , qi.wang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org To: "Marc Kleine-Budde" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org Errors-To: socketcan-core-bounces-0fE9KPoRgkgATYTw5x5z8w@public.gmane.org List-Id: netdev.vger.kernel.org On Friday, November 26, 2010 7:04 PM, Marc Kleine-Budde wrote: >> nitpick: it's unusual to have leading whitespace in the patch description. > maybe it's a problem of your mailer. I can see the whitespace created patch by "git format-patch" I show the head of patch below. >>From e53c63a8ff00c76f165e371511604f374451627b Mon Sep 17 00:00:00 2001 From: Tomoya MORINAGA Date: Thu, 18 Nov 2010 09:18:15 +0900 Subject: [PATCH] CAN : Separate interface register from whole of register structure. CAN register of Intel PCH EG20T has 2 sets of interface register. To reduce whole of code size, separate interface register. As a result, the number of function also can be reduced. Signed-off-by: Tomoya MORINAGA --- drivers/net/can/pch_can.c | 445 ++++++++++++++++++++------------------------- 1 files changed, 201 insertions(+), 244 deletions(-) ......... Since I have copied from the patch file directly, whitespace is inserted. When next resubmitting, I will delete the whiletespace by hand. --- Thanks, Tomoya MORINAGA OKI SEMICONDUCTOR CO., LTD.