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 AC065C61DA4 for ; Thu, 2 Feb 2023 08:43:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231760AbjBBInV (ORCPT ); Thu, 2 Feb 2023 03:43:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231720AbjBBInU (ORCPT ); Thu, 2 Feb 2023 03:43:20 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F4386DFE0 for ; Thu, 2 Feb 2023 00:43:19 -0800 (PST) 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 2C5A161A2B for ; Thu, 2 Feb 2023 08:43:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 171A1C433D2; Thu, 2 Feb 2023 08:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675327398; bh=eq6mWY9YLQeXH7NFY6xZJ2nV1cvuYYtqJiq91vtllmI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=s8nZvZYn3uYwXj+N7TH2bl/MqiDxls5s9+0QT3A9k/EG34hdpWsux5C8hlK6WHQ9z QdTYWl06iDa0NbF3UmO29yUw/iplfR6CzjIku1DwtbdgtsuBLqnnDnmpP6EmRWM8e2 vYphhy6/JDlVio1tENUo7RHwXlYU4tGx11T0/u1KX6teyHBYNWovglNXWoY/mY/ZSh BehZJnw+e8Bv+JJQPOnJDsBt3S7fVY6yU+PKKCmr7qYC5xozysilSy/5nPJCoCRnPG azwR8QSRnsSA+dLseAeqv2b2/4eXltpdaY+So51AhcYDdrIYqf2p48DFsyBcTKpkaV bTxQlcu6xaBBw== Date: Thu, 2 Feb 2023 10:43:14 +0200 From: Leon Romanovsky To: Shannon Nelson Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, drivers@pensando.io Subject: Re: [PATCH net 2/6] ionic: remove unnecessary void casts Message-ID: References: <20230202013002.34358-1-shannon.nelson@amd.com> <20230202013002.34358-3-shannon.nelson@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230202013002.34358-3-shannon.nelson@amd.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Feb 01, 2023 at 05:29:58PM -0800, Shannon Nelson wrote: > Minor Code cleanup details. > > Signed-off-by: Shannon Nelson > --- > drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c | 4 ++-- > drivers/net/ethernet/pensando/ionic/ionic_main.c | 4 ++-- > drivers/net/ethernet/pensando/ionic/ionic_phc.c | 2 +- > drivers/net/ethernet/pensando/ionic/ionic_rx_filter.c | 4 ++-- > 4 files changed, 7 insertions(+), 7 deletions(-) > It is not net material. Thanks, Reviewed-by: Leon Romanovsky