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] [day] [month] [year] [list]
Date:	Tue, 13 Oct 2009 09:30:59 +0200 (CEST)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Ozan Çağlayan <ozan@...dus.org.tr>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ehci-hcd: Fix typo in an error message

On Tue, 13 Oct 2009, Ozan Ça?layan wrote:

> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
> index 9835e07..a68eb2c 100644
> --- a/drivers/usb/host/ehci-hcd.c
> +++ b/drivers/usb/host/ehci-hcd.c
> @@ -209,7 +209,7 @@ static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr,
>  	if (error) {
>  		ehci_halt(ehci);
>  		ehci_to_hcd(ehci)->state = HC_STATE_HALT;
> -		ehci_err(ehci, "force halt; handhake %p %08x %08x -> %d\n",
> +		ehci_err(ehci, "force halt; handshake %p %08x %08x -> %d\n",
>  			ptr, mask, done, error);
>  	}

Applied. thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ