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 2372AC433FE for ; Mon, 28 Nov 2022 08:23:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229731AbiK1IXo (ORCPT ); Mon, 28 Nov 2022 03:23:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229568AbiK1IXm (ORCPT ); Mon, 28 Nov 2022 03:23:42 -0500 Received: from msg-2.mailo.com (msg-2.mailo.com [213.182.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75B04B56 for ; Mon, 28 Nov 2022 00:23:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1669623813; bh=Up2CIk+sVry4Iqd7WUDeEJ6nDcGy7Lz3qIlKH0hlXwI=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=mg4eeOMGMRGLj3CabrcToaMssyTGdJXKrN8B1x0j3dOk7RV/dlVK4dhQidOR6uKG8 weTR0DxUlQ6Jbj6ZUIkNghvb5q1Q5+B6dNC2ahuesGYQT5OgNszGqmC94ufXX4RkJ4 Ji7/N/e4B+7QGe+YSnpH2PwCka//W+sb66t4weLE= Received: by b-6.in.mailobj.net [192.168.90.16] with ESMTP via ip-206.mailobj.net [213.182.55.206] Mon, 28 Nov 2022 09:23:33 +0100 (CET) X-EA-Auth: 3FuYknn2C0S5EzZ3ymcyRQ2tJE93l7iZmX0JVwD1HNJl5YC/XK/xJijrTnTKQOn+seUuz8vxLvh3kLUp2dj1qF17vGCh8o5F Date: Mon, 28 Nov 2022 13:53:28 +0530 From: Deepak R Varma To: Greg Kroah-Hartman Cc: 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 08:53:28AM +0100, Greg Kroah-Hartman wrote: > On Mon, Nov 28, 2022 at 01:15:43PM +0530, Deepak R Varma wrote: > > > > > > For your quick reference, the zero length structure declaration are online 963 > > > whereas the union is on line number 1080 of the file drivers/staging/wlan-ng/hfa384x.h > > > > Hello Greg, > > can you please suggest how should I approach this clean-up/correction? > > Sorry, but I do not have the bandwidth to help out with this. I will > gladly review changes submitted only. No problem. I completely understand and appreciate. Thank you Greg. ./drv > > greg k-h >