lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 31 May 2013 16:36:13 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	monstr@...str.eu
Cc:	renner@...-gmbh.de, netdev@...r.kernel.org
Subject: Re: [PATCH] net: emaclite: Fix typo in error message

From: Michal Simek <monstr@...str.eu>
Date: Fri, 31 May 2013 12:36:34 +0200

> On 05/31/2013 12:30 PM, Jens Renner (EFE) wrote:
>> s/allocal/allocate/
>> 
>> Signed-off-by: Jens Renner <renner@...-gmbh.de>
>> ---
>> 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;
>>         }
> 
> Acked-by: Michal Simek <monstr@...str.eu>

You're acking a patch that is corrupted by the submitter's email client
and won't even apply :-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ