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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E45DC4332F for ; Mon, 28 Nov 2022 08:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230145AbiK1I1V (ORCPT ); Mon, 28 Nov 2022 03:27:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230256AbiK1I1G (ORCPT ); Mon, 28 Nov 2022 03:27:06 -0500 Received: from msg-2.mailo.com (msg-2.mailo.com [213.182.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C78C63E2 for ; Mon, 28 Nov 2022 00:27:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1669624019; bh=/NvhJG+rqUvTCbK0vNxiyNK+85hTvfLth9ocA0GhXQo=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=Jh9UXgXtey/aO6iW2SnkwMt2AqIvHvWSW/exFVhMPIHzH5mryO+xbG6DlgUrIyGP6 2JWaJQG8NkWQ1+Evoxn03frfIUEcIYurPgnYYezSaGHlCRC3WzdDNG+A8a2mXMyDpL KPlYZkKsFHA26ReC4KxwAUcg998ikFZucy2lvAJ8= Received: by b-4.in.mailobj.net [192.168.90.14] with ESMTP via ip-206.mailobj.net [213.182.55.206] Mon, 28 Nov 2022 09:26:59 +0100 (CET) X-EA-Auth: uZKC0MjozQHYPB5F8zENZ73MSjUBB7FQ7PGAv5EJpMeRH8PX1WJwoP8kQkJKelMJEGp+EGK1S+bGxuUZf57Tvox8z43eMp15 Date: Mon, 28 Nov 2022 13:56:53 +0530 From: Deepak R Varma To: Dan Carpenter Cc: Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, gustavoars@kernel.org Subject: Re: [PATCH] staging: wlan-ng: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 28, 2022 at 11:25:01AM +0300, Dan Carpenter wrote: > On Mon, Nov 28, 2022 at 01:51:58PM +0530, Deepak R Varma wrote: > > On Mon, Nov 28, 2022 at 10:50:19AM +0300, Dan Carpenter wrote: > > > Like this: > > > > Thank you Dan. This takes me back to the very first version of this patch. I > > will send in the clean up. > > Don't just send what I sent you, look around and try to see if there are > other issues with the code. Yes, I will follow your advise. Thanks, ./drv > > regards, > dan carpenter > >