From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EF81C4338F for ; Mon, 2 Aug 2021 18:33:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2A57610A2 for ; Mon, 2 Aug 2021 18:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230412AbhHBSdQ (ORCPT ); Mon, 2 Aug 2021 14:33:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:53570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230201AbhHBSdO (ORCPT ); Mon, 2 Aug 2021 14:33:14 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A992660F36; Mon, 2 Aug 2021 18:33:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627929184; bh=Gp55IMxWThXtmCfrpnaEerzWfp54LlNnVwr7XJmciyU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UXCmVA4bhRQ3M4xtfnibX/ozr6S9KS8+wMeUb80Q5m+BhjAF7l1/j19GWefFytcT5 DYBIBR3u9ecQ0C1D190C46AWHg/qx0qgP8d+1TX3bVw5ftSWx4D8pgAtutSv4tdus+ uaipDMPyYcnbrLcYKMY8Fx/Law+d6z8l+HSb9zik= Date: Mon, 2 Aug 2021 18:01:23 +0200 From: Greg Kroah-Hartman To: "Fabio M. De Francesco" Cc: Larry Finger , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Dan Carpenter Subject: Re: [PATCH] staging: r8188eu: core: Change the length of an array Message-ID: References: <20210802155817.8179-1-fmdefrancesco@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210802155817.8179-1-fmdefrancesco@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Signed-off-by: Fabio M. De Francesco > --- > 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