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 210D0C77B7D for ; Wed, 17 May 2023 15:18:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229712AbjEQPSI (ORCPT ); Wed, 17 May 2023 11:18:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbjEQPSE (ORCPT ); Wed, 17 May 2023 11:18:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1666FCC; Wed, 17 May 2023 08:18:04 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9FE4760FBD; Wed, 17 May 2023 15:18:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 58C00C433D2; Wed, 17 May 2023 15:18:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684336682; bh=cWcgy+WXrTxYPzrTHi3+xEB3IMvot8diduwzGD+rAso=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Muyi2vS/UZSeib2ZIaK3A6mhcUzwDoUbr430Vj/VgbMDPlC3VtXusO6AFKADj13Ae nce3X9fosN7mCH8Z/Mriu/yKFbDEStAJwvQB3LBsOPpsGKxvjSYIkaY4sH/jxqSgtN U5HhKEyL7kthKjPRqQLsZ3BFOhUZGlYPIlfZx68cYZREnygb62F7W8iW7xZwb1Zs14 Zw1iM4OHEI3nwFXOkkvZooXjGLhc891+Vqy74qFNcjTbQ73ePph2CyLj88aQF+RN/d t3RztcR+0HOoiOiZJa9eklzDMxFp9oxvxPuV6rxkY+H/qW4voVA3zGts/6Whkp8aLi 1OibkELrhSwiA== Date: Wed, 17 May 2023 08:18:01 -0700 From: Jakub Kicinski To: yunchuan Cc: rmody@marvell.com, skalluru@marvell.com, GR-Linux-NIC-Dev@marvell.com, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH net-next] net: bna: bnad: Remove unnecessary (void*) conversions Message-ID: <20230517081801.508322e7@kernel.org> In-Reply-To: References: <20230516201739.21c37850@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 May 2023 13:14:11 +0800 yunchuan wrote: > =E5=9C=A8 2023/5/17 11:17, Jakub Kicinski =E5=86=99=E9=81=93: > > On Wed, 17 May 2023 10:27:05 +0800 wuych wrote: =20 > >> Pointer variables of void * type do not require type cast. =20 > > What tool are you using to find these. > > How many of such patches will it take to clean up the entire tree? =20 >=20 > I use the scripts I found on the=C2=A0 kernel Newbies to find these. >=20 > website: https://kernelnewbies.org/KernelJanitors/Todo/VoidPointerConvs How many of such patches will it take to clean up all of net/ and drivers/n= et ?=20