All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jens Renner (EFE)" <renner@efe-gmbh.de>
To: netdev@vger.kernel.org
Cc: Michal Simek <monstr@monstr.eu>
Subject: [PATCH v2] net: emaclite: Fix typo in error message
Date: Sun, 02 Jun 2013 17:19:06 +0200	[thread overview]
Message-ID: <51AB626A.3040809@efe-gmbh.de> (raw)

s/allocal/allocate/

Signed-off-by: Jens Renner <renner@efe-gmbh.de>
---
Changes in v2:
- fix whitespace problem

drivers/net/ethernet/xilinx/xilinx_emaclite.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/net/ethernet/xilinx/xilinx_emaclite.c
index aa14d8a..aaadf7e 100644
--- a/drivers/net/ethernet/xilinx/xilinx_emaclite.c
+++ b/drivers/net/ethernet/xilinx/xilinx_emaclite.c
@@ -877,7 +877,7 @@ static int xemaclite_mdio_setup(struct net_local *lp, struct device *dev)
 
 	bus = mdiobus_alloc();
 	if (!bus) {
-		dev_err(dev, "Failed to allocal mdiobus\n");
+		dev_err(dev, "Failed to allocate mdiobus\n");
 		return -ENOMEM;
 	}
 

             reply	other threads:[~2013-06-02 15:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-02 15:19 Jens Renner (EFE) [this message]
2013-06-04 10:27 ` [PATCH v2] net: emaclite: Fix typo in error message Michal Simek
2013-06-04 23:44 ` 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=51AB626A.3040809@efe-gmbh.de \
    --to=renner@efe-gmbh.de \
    --cc=monstr@monstr.eu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.