From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH] net: emaclite: Fix typo in error message Date: Fri, 31 May 2013 12:36:34 +0200 Message-ID: <51A87D32.9010006@monstr.eu> References: <51A87BB6.7060207@efe-gmbh.de> Reply-To: monstr@monstr.eu Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2FTAFMNETMPHBAFAOJVIA" Cc: netdev@vger.kernel.org To: "Jens Renner (EFE)" Return-path: Received: from mail-we0-f173.google.com ([74.125.82.173]:48139 "EHLO mail-we0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750879Ab3EaKgj (ORCPT ); Fri, 31 May 2013 06:36:39 -0400 Received: by mail-we0-f173.google.com with SMTP id p57so1091899wes.4 for ; Fri, 31 May 2013 03:36:38 -0700 (PDT) In-Reply-To: <51A87BB6.7060207@efe-gmbh.de> Sender: netdev-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2FTAFMNETMPHBAFAOJVIA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 05/31/2013 12:30 PM, Jens Renner (EFE) wrote: > s/allocal/allocate/ >=20 > Signed-off-by: Jens Renner > --- > drivers/net/ethernet/xilinx/xilinx_emaclite.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c b/drivers/ne= t/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 *l= p, struct device *dev) >=20 > bus =3D mdiobus_alloc(); > if (!bus) { > - dev_err(dev, "Failed to allocal mdiobus\n"); > + dev_err(dev, "Failed to allocate mdiobus\n"); > return -ENOMEM; > } Acked-by: Michal Simek Thanks, Michal --=20 Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform ------enig2FTAFMNETMPHBAFAOJVIA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlGofTIACgkQykllyylKDCHCigCeMljfdPdj77JQ27ZTww5B4112 AvQAmQFfI01k584/nPVLtZQhoPSK5Z3m =C3Ay -----END PGP SIGNATURE----- ------enig2FTAFMNETMPHBAFAOJVIA--