[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <008844f2-4cc6-46ee-be7c-50446ef11290@kadam.mountain>
Date: Thu, 26 Oct 2023 10:09:12 +0300
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Philipp Hortmann <philipp.g.hortmann@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 09/10] staging: rtl8192e: Convert array rx_idx[] to
variable rx_idx
On Thu, Oct 26, 2023 at 07:44:24AM +0200, Philipp Hortmann wrote:
> @@ -1614,7 +1610,7 @@ static void _rtl92e_rx_normal(struct net_device *dev)
> skb = new_skb;
> skb->dev = dev;
>
> - priv->rx_buf[priv->rx_idx[rx_queue_idx]] =
> + priv->rx_buf[priv->rx_idx] =
> skb;
I really like how you split these patches up. Like there was a bunch
of different ways to do that and you chose one which made it so easy to
review. You made the right choice to avoid touching unrelated white
space issues.
But could you send a follow on patch to move this lonely skb back with
his friends?
regards,
dan carpenter
Powered by blists - more mailing lists