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]
Message-ID: <20250317175632.GJ688833@kernel.org>
Date: Mon, 17 Mar 2025 17:56:32 +0000
From: Simon Horman <horms@...nel.org>
To: Suraj Patil <surajpatil522@...il.com>
Cc: isdn@...ux-pingi.de, kuba@...nel.org, quic_jjohnson@...cinc.com,
	netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] isdn: mISDN: Fix typo 'intervall' to 'interval' in
 hfcsusb.c

On Tue, Mar 11, 2025 at 04:06:37PM +0000, Suraj Patil wrote:
> Signed-off-by: Suraj Patil <surajpatil522@...il.com>
> ---
>  drivers/isdn/hardware/mISDN/hfcsusb.c | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.c b/drivers/isdn/hardware/mISDN/hfcsusb.c
> index e54419a4e731..ebe57c190476 100644
> --- a/drivers/isdn/hardware/mISDN/hfcsusb.c
> +++ b/drivers/isdn/hardware/mISDN/hfcsusb.c
> @@ -1063,7 +1063,7 @@ rx_iso_complete(struct urb *urb)
>  
>  		fill_isoc_urb(urb, fifo->hw->dev, fifo->pipe,
>  			      context_iso_urb->buffer, num_isoc_packets,
> -			      fifo->usb_packet_maxlen, fifo->intervall,
> +			      fifo->usb_packet_maxlen, fifo->interval,

Perhaps it is addressed in patch 1/2 (which i am unable to locate), in
which case the relevant change should be folded into this patch to avoid
breaking bisection. But as this stands, with this patch (only) applied
builds fail because there is no member called interval in struct usb_fifo.

-- 
pw-bot: not-applicable

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ