From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: netdev@vger.kernel.org, lethal@linux-sh.org,
linux-sh@vger.kernel.org, davem@davemloft.net
Subject: [PATCH 1/2] SH7619: fix typo in Ether platform data
Date: Thu, 22 Aug 2013 02:17:25 +0400 [thread overview]
Message-ID: <201308220217.26081.sergei.shtylyov@cogentembedded.com> (raw)
In-Reply-To: <201308220215.16463.sergei.shtylyov@cogentembedded.com>
Commit 06a64f91da72cb5827e2bedef2ead60a123fd66e (SH7619: fix Ether support) has
a typo in the 'phy_interface' field name of the platform data which causes build
error -- fix it.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: net-next/arch/sh/kernel/cpu/sh2/setup-sh7619.c
===================================================================
--- net-next.orig/arch/sh/kernel/cpu/sh2/setup-sh7619.c
+++ net-next/arch/sh/kernel/cpu/sh2/setup-sh7619.c
@@ -114,7 +114,7 @@ static struct platform_device scif2_devi
static struct sh_eth_plat_data eth_platform_data = {
.phy = 1,
.edmac_endian = EDMAC_LITTLE_ENDIAN,
- .phy_interace = PHY_INTERFACE_MODE_MII,
+ .phy_interface = PHY_INTERFACE_MODE_MII,
};
static struct resource eth_resources[] = {
next prev parent reply other threads:[~2013-08-21 22:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-21 22:15 [PATCH 0/2] SH: fix typos in Ether platform data Sergei Shtylyov
2013-08-21 22:17 ` Sergei Shtylyov [this message]
2013-08-21 22:18 ` [PATCH 2/2] SolutionEngine7724: fix typo " Sergei Shtylyov
2013-08-22 21:32 ` [PATCH 0/2] SH: fix typos " David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201308220217.26081.sergei.shtylyov@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=davem@davemloft.net \
--cc=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox