Re: [PATCH] staging: r8188eu: core: Change the length of an array

From: Greg Kroah-Hartman
Date: Mon Aug 02 2021 - 14:33:08 EST


On Mon, Aug 02, 2021 at 05:58:17PM +0200, Fabio M. De Francesco wrote:
> IPX_NODE_LEN == 6, while addr.f1 should only have 4 elements.
> Replace IPX_NODE_LEN with 4. In the while, remove the excess spaces
> before the fields of the union.
>
> Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>
> ---
> drivers/staging/r8188eu/core/rtw_br_ext.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

What is the commit id that this patch fixes?

thanks,

greg k-h