Re: [PATCH 2/2] isdn: mISDN: Fix typo 'intervall' to 'interval' in hfcsusb.c
From: Simon Horman
Date: Mon Mar 17 2025 - 13:56:45 EST
On Tue, Mar 11, 2025 at 04:06:37PM +0000, Suraj Patil wrote:
> Signed-off-by: Suraj Patil <surajpatil522@xxxxxxxxx>
> ---
> 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