From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [184.105.139.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wmZ7T237hzDqL2 for ; Mon, 12 Jun 2017 23:51:32 +1000 (AEST) Date: Mon, 12 Jun 2017 09:51:21 -0400 (EDT) Message-Id: <20170612.095121.1880452682603577061.davem@davemloft.net> To: yuval.shaia@oracle.com Cc: michael.chan@broadcom.com, f.fainelli@gmail.com, siva.kallam@broadcom.com, prashant@broadcom.com, madalin.bucur@nxp.com, leoli@freescale.com, sebastian.hesselbarth@gmail.com, sergei.shtylyov@cogentembedded.com, grygorii.strashko@ti.com, w-kwok2@ti.com, m-karicheri2@ti.com, andrew@lunn.ch, woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, vivien.didelot@savoirfairelinux.com, arnd@arndb.de, tremyfr@gmail.com, jarod@redhat.com, horms+renesas@verge.net.au, kazuya.mizuguchi.ks@renesas.com, dan.carpenter@oracle.com, niklas.soderlund+renesas@ragnatech.se, johan@kernel.org, masaru.nagai.vx@renesas.com, geert+renesas@glider.be, laurent.pinchart@ideasonboard.com, chris.brandt@renesas.com, ivan.khoronzhuk@linaro.org, mugunthanvnm@ti.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-renesas-soc@vger.kernel.org, linux-omap@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v1] net/phy: Make phy_ethtool_ksettings_get return void From: David Miller In-Reply-To: <20170612074233.8688-1-yuval.shaia@oracle.com> References: <20170612074233.8688-1-yuval.shaia@oracle.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Yuval Shaia Date: Mon, 12 Jun 2017 10:42:33 +0300 > Make return value void since function never return meaningfull value > > Signed-off-by: Yuval Shaia > Acked-by: Sergei Shtylyov > --- > Re-sending since last time forgot to add netdev-list > v0 ->v1: > * These files were missing in v0 > * drivers/net/ethernet/renesas/ravb_main.c > * drivers/net/ethernet/renesas/sh_eth.c > * drivers/net/ethernet/ti/netcp_ethss.c > * Add Acked-by: Sergei Shtylyov This doesn't apply cleanly to net-next at all. Please respin against an uptodate net-next tree, thank you.