From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by ozlabs.org (Postfix) with ESMTP id 780B5DDED2 for ; Wed, 18 Jun 2008 14:12:37 +1000 (EST) Received: by wf-out-1314.google.com with SMTP id 24so83108wfg.15 for ; Tue, 17 Jun 2008 21:12:35 -0700 (PDT) Message-ID: <4b73d43f0806172112s63ada35brb2e27f3262d7c07@mail.gmail.com> Date: Tue, 17 Jun 2008 22:12:35 -0600 From: "John Rigby" To: "Jeff Garzik" Subject: Re: [PATCH 1/2] fs_enet: fix checkpatch.pl problems In-Reply-To: <485886D9.5070800@garzik.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18767_19192528.1213762355533" References: <1213743794-3537-1-git-send-email-jrigby@freescale.com> <1213743794-3537-2-git-send-email-jrigby@freescale.com> <485886D9.5070800@garzik.org> Cc: Scott Wood , linuxppc-dev@ozlabs.org, Sam Ravnborg , netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_18767_19192528.1213762355533 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, I thought I was doing the right thing to base the patch on Kumar's patch that removes the CONFIG_PPC_CPM_NEW_BINDING stuff. That is likely why it did not apply. On Tue, Jun 17, 2008 at 9:54 PM, Jeff Garzik wrote: > John Rigby wrote: > >> Fixed all errors and warnings that checkpatch.pl >> reports if this was a new submission. >> Also changed instances of fec_t to struct fec in >> mac-fec.c and mii-fec.c. >> >> This is in preparation of adding MPC5121 support. >> >> Signed-off-by: John Rigby >> --- >> drivers/net/fs_enet/fs_enet-main.c | 70 >> ++++++++++++++++++++--------------- >> drivers/net/fs_enet/fs_enet.h | 15 +++++--- >> drivers/net/fs_enet/mac-fcc.c | 7 ++-- >> drivers/net/fs_enet/mac-fec.c | 40 ++++++++++---------- >> drivers/net/fs_enet/mac-scc.c | 13 ++++--- >> drivers/net/fs_enet/mii-bitbang.c | 4 +- >> drivers/net/fs_enet/mii-fec.c | 23 +++++++----- >> 7 files changed, 95 insertions(+), 77 deletions(-) >> > > patch does not apply > > > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > ------=_Part_18767_19192528.1213762355533 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, I thought I was doing the right thing to base the patch on Kumar's patch that removes the CONFIG_PPC_CPM_NEW_BINDING stuff.  That is likely why it did not apply.

On Tue, Jun 17, 2008 at 9:54 PM, Jeff Garzik <jeff@garzik.org> wrote:
John Rigby wrote:
Fixed all errors and warnings that checkpatch.pl
reports if this was a new submission.
Also changed instances of fec_t to struct fec in
mac-fec.c and mii-fec.c.

This is in preparation of adding MPC5121 support.

Signed-off-by: John Rigby <jrigby@freescale.com>
---
 drivers/net/fs_enet/fs_enet-main.c |   70 ++++++++++++++++++++---------------
 drivers/net/fs_enet/fs_enet.h      |   15 +++++---
 drivers/net/fs_enet/mac-fcc.c      |    7 ++--
 drivers/net/fs_enet/mac-fec.c      |   40 ++++++++++----------
 drivers/net/fs_enet/mac-scc.c      |   13 ++++---
 drivers/net/fs_enet/mii-bitbang.c  |    4 +-
 drivers/net/fs_enet/mii-fec.c      |   23 +++++++-----
 7 files changed, 95 insertions(+), 77 deletions(-)

patch does not apply



_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

------=_Part_18767_19192528.1213762355533--