From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 601B370 for ; Thu, 5 Aug 2021 10:44:46 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 55474610A2; Thu, 5 Aug 2021 10:44:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628160285; bh=uuSRXYUJQ2JKiO34YmHy3eRsJCTq+2osVujjet2YoSc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U5fFIDKpEQqHZES1HDS2KqGrRmS5vmbs3T5gCq9mRdH21BAwiPdubDWAAeBJk+zsH AyvjtuWhXueguC7sMPcj3aw03+FIVOJQ4Dj/oy/Vzcu9KNZ4nisNFg9Nfvqh8efVqp HgJCo6Sr9rfJDSV0/mH98HHq0R8uyPrHOexFxoAk= Date: Thu, 5 Aug 2021 12:44:43 +0200 From: Greg Kroah-Hartman To: Dan Carpenter Cc: "Fabio M. De Francesco" , Larry Finger , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: r8188eu: core: Change the length of an array Message-ID: References: <20210802203020.9679-1-fmdefrancesco@gmail.com> <20210803061441.GK25548@kadam> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Aug 03, 2021 at 08:20:39AM +0200, Greg Kroah-Hartman wrote: > On Tue, Aug 03, 2021 at 09:14:42AM +0300, Dan Carpenter wrote: > > On Mon, Aug 02, 2021 at 10:30:20PM +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. > > > > > > Fixes: 56febcc2595e ("staging: r8188eu: Fix different base types in assignments and parameters") > > > > Ugh... I really feel we'd be better off reverting that patch entirely. > > I do too, let me go revert that... > Now reverted.