From nobody Sat Feb 7 08:53:53 2026 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5486933A9E2; Mon, 5 Jan 2026 16:38:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767631085; cv=none; b=EWTb2UvasB5BHqZ5YMArYAEx3iGGw+56auidW9+bJi4GT2d2QRxK49nX8wkD8ziXXInpawLYW69vxeMj+f4Z0zSti7ocWPhnFehXUKfMscWPFSvnfZo6bHSaBN1OL1Y0mKcyHs8s41ixDOnvNQ8jC/PofbeXlk9zq8taiUVqE60= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767631085; c=relaxed/simple; bh=f1Xz/8Aaiy5bvEd0QO1NbKWa6tG7E23dKQbBQ3cXYDQ=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nYdLr/I7D+8dgCUP7pkjMyS8EvbVwbz4EyYjQT21QEn2GInFyHIUW5+A75PXmxIRV7nXKC9Px/RLttPEzlJpRBVgTxbzke+ACcATRsZA1avsCM5gtDwHDl/qF4ZmfGRxCjz0Y05AOeqWfFmxv4ybCiI+lBsv73kZa+Tq2sflWOA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1vcnaf-000000000xU-33Jc; Mon, 05 Jan 2026 16:37:57 +0000 Date: Mon, 5 Jan 2026 16:37:54 +0000 From: Daniel Golle To: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Vladimir Oltean , Michael Klein , Daniel Golle , Aleksander Jan Bajkowski , Bevan Weiss , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next v2 1/5] net: phy: realtek: fix whitespace in struct phy_driver initializers Message-ID: <42b0fac53c5c5646707ce3f3a6dacd2bc082a5b2.1767630451.git.daniel@makrotopia.org> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Consistently use tabs instead of spaces in struct phy_driver initializers. Signed-off-by: Daniel Golle Reviewed-by: Maxime Chevallier --- v2: no changes drivers/net/phy/realtek/realtek_main.c | 146 ++++++++++++------------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/drivers/net/phy/realtek/realtek_main.c b/drivers/net/phy/realt= ek/realtek_main.c index 6ff0385201a57..e42c5efbfa5ef 100644 --- a/drivers/net/phy/realtek/realtek_main.c +++ b/drivers/net/phy/realtek/realtek_main.c @@ -1976,7 +1976,7 @@ static irqreturn_t rtl8221b_handle_interrupt(struct p= hy_device *phydev) static struct phy_driver realtek_drvs[] =3D { { PHY_ID_MATCH_EXACT(0x00008201), - .name =3D "RTL8201CP Ethernet", + .name =3D "RTL8201CP Ethernet", .read_page =3D rtl821x_read_page, .write_page =3D rtl821x_write_page, }, { @@ -2102,7 +2102,7 @@ static struct phy_driver realtek_drvs[] =3D { .name =3D "RTL8226B_RTL8221B 2.5Gbps PHY", .get_features =3D rtl822x_get_features, .config_aneg =3D rtl822x_config_aneg, - .config_init =3D rtl822xb_config_init, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, .read_status =3D rtl822xb_read_status, .suspend =3D genphy_suspend, @@ -2111,112 +2111,112 @@ static struct phy_driver realtek_drvs[] =3D { .write_page =3D rtl821x_write_page, }, { PHY_ID_MATCH_EXACT(0x001cc838), - .name =3D "RTL8226-CG 2.5Gbps PHY", - .soft_reset =3D rtl822x_c45_soft_reset, - .get_features =3D rtl822x_c45_get_features, - .config_aneg =3D rtl822x_c45_config_aneg, - .config_init =3D rtl822x_config_init, - .read_status =3D rtl822xb_c45_read_status, - .suspend =3D genphy_c45_pma_suspend, - .resume =3D rtlgen_c45_resume, + .name =3D "RTL8226-CG 2.5Gbps PHY", + .soft_reset =3D rtl822x_c45_soft_reset, + .get_features =3D rtl822x_c45_get_features, + .config_aneg =3D rtl822x_c45_config_aneg, + .config_init =3D rtl822x_config_init, + .read_status =3D rtl822xb_c45_read_status, + .suspend =3D genphy_c45_pma_suspend, + .resume =3D rtlgen_c45_resume, }, { PHY_ID_MATCH_EXACT(0x001cc848), - .name =3D "RTL8226B-CG_RTL8221B-CG 2.5Gbps PHY", - .get_features =3D rtl822x_get_features, - .config_aneg =3D rtl822x_config_aneg, - .config_init =3D rtl822xb_config_init, + .name =3D "RTL8226B-CG_RTL8221B-CG 2.5Gbps PHY", + .get_features =3D rtl822x_get_features, + .config_aneg =3D rtl822x_config_aneg, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, - .read_status =3D rtl822xb_read_status, - .suspend =3D genphy_suspend, - .resume =3D rtlgen_resume, - .read_page =3D rtl821x_read_page, - .write_page =3D rtl821x_write_page, + .read_status =3D rtl822xb_read_status, + .suspend =3D genphy_suspend, + .resume =3D rtlgen_resume, + .read_page =3D rtl821x_read_page, + .write_page =3D rtl821x_write_page, }, { .match_phy_device =3D rtl8221b_vb_cg_c22_match_phy_device, - .name =3D "RTL8221B-VB-CG 2.5Gbps PHY (C22)", + .name =3D "RTL8221B-VB-CG 2.5Gbps PHY (C22)", .probe =3D rtl822x_probe, - .get_features =3D rtl822x_get_features, - .config_aneg =3D rtl822x_config_aneg, - .config_init =3D rtl822xb_config_init, + .get_features =3D rtl822x_get_features, + .config_aneg =3D rtl822x_config_aneg, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, - .read_status =3D rtl822xb_read_status, - .suspend =3D genphy_suspend, - .resume =3D rtlgen_resume, - .read_page =3D rtl821x_read_page, - .write_page =3D rtl821x_write_page, + .read_status =3D rtl822xb_read_status, + .suspend =3D genphy_suspend, + .resume =3D rtlgen_resume, + .read_page =3D rtl821x_read_page, + .write_page =3D rtl821x_write_page, }, { .match_phy_device =3D rtl8221b_vb_cg_c45_match_phy_device, - .name =3D "RTL8221B-VB-CG 2.5Gbps PHY (C45)", + .name =3D "RTL8221B-VB-CG 2.5Gbps PHY (C45)", .config_intr =3D rtl8221b_config_intr, .handle_interrupt =3D rtl8221b_handle_interrupt, .probe =3D rtl822x_probe, - .config_init =3D rtl822xb_config_init, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, - .get_features =3D rtl822x_c45_get_features, - .config_aneg =3D rtl822x_c45_config_aneg, - .read_status =3D rtl822xb_c45_read_status, - .suspend =3D genphy_c45_pma_suspend, - .resume =3D rtlgen_c45_resume, + .get_features =3D rtl822x_c45_get_features, + .config_aneg =3D rtl822x_c45_config_aneg, + .read_status =3D rtl822xb_c45_read_status, + .suspend =3D genphy_c45_pma_suspend, + .resume =3D rtlgen_c45_resume, }, { .match_phy_device =3D rtl8221b_vm_cg_c22_match_phy_device, - .name =3D "RTL8221B-VM-CG 2.5Gbps PHY (C22)", + .name =3D "RTL8221B-VM-CG 2.5Gbps PHY (C22)", .probe =3D rtl822x_probe, - .get_features =3D rtl822x_get_features, - .config_aneg =3D rtl822x_config_aneg, - .config_init =3D rtl822xb_config_init, + .get_features =3D rtl822x_get_features, + .config_aneg =3D rtl822x_config_aneg, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, - .read_status =3D rtl822xb_read_status, - .suspend =3D genphy_suspend, - .resume =3D rtlgen_resume, - .read_page =3D rtl821x_read_page, - .write_page =3D rtl821x_write_page, + .read_status =3D rtl822xb_read_status, + .suspend =3D genphy_suspend, + .resume =3D rtlgen_resume, + .read_page =3D rtl821x_read_page, + .write_page =3D rtl821x_write_page, }, { .match_phy_device =3D rtl8221b_vm_cg_c45_match_phy_device, - .name =3D "RTL8221B-VM-CG 2.5Gbps PHY (C45)", + .name =3D "RTL8221B-VM-CG 2.5Gbps PHY (C45)", .config_intr =3D rtl8221b_config_intr, .handle_interrupt =3D rtl8221b_handle_interrupt, .probe =3D rtl822x_probe, - .config_init =3D rtl822xb_config_init, + .config_init =3D rtl822xb_config_init, .get_rate_matching =3D rtl822xb_get_rate_matching, - .get_features =3D rtl822x_c45_get_features, - .config_aneg =3D rtl822x_c45_config_aneg, - .read_status =3D rtl822xb_c45_read_status, - .suspend =3D genphy_c45_pma_suspend, - .resume =3D rtlgen_c45_resume, + .get_features =3D rtl822x_c45_get_features, + .config_aneg =3D rtl822x_c45_config_aneg, + .read_status =3D rtl822xb_c45_read_status, + .suspend =3D genphy_c45_pma_suspend, + .resume =3D rtlgen_c45_resume, }, { .match_phy_device =3D rtl8251b_c45_match_phy_device, - .name =3D "RTL8251B 5Gbps PHY", + .name =3D "RTL8251B 5Gbps PHY", .probe =3D rtl822x_probe, - .get_features =3D rtl822x_get_features, - .config_aneg =3D rtl822x_config_aneg, - .read_status =3D rtl822x_read_status, - .suspend =3D genphy_suspend, - .resume =3D rtlgen_resume, - .read_page =3D rtl821x_read_page, - .write_page =3D rtl821x_write_page, + .get_features =3D rtl822x_get_features, + .config_aneg =3D rtl822x_config_aneg, + .read_status =3D rtl822x_read_status, + .suspend =3D genphy_suspend, + .resume =3D rtlgen_resume, + .read_page =3D rtl821x_read_page, + .write_page =3D rtl821x_write_page, }, { .match_phy_device =3D rtl_internal_nbaset_match_phy_device, - .name =3D "Realtek Internal NBASE-T PHY", + .name =3D "Realtek Internal NBASE-T PHY", .flags =3D PHY_IS_INTERNAL, .probe =3D rtl822x_probe, - .get_features =3D rtl822x_get_features, - .config_aneg =3D rtl822x_config_aneg, - .read_status =3D rtl822x_read_status, - .suspend =3D genphy_suspend, - .resume =3D rtlgen_resume, - .read_page =3D rtl821x_read_page, - .write_page =3D rtl821x_write_page, + .get_features =3D rtl822x_get_features, + .config_aneg =3D rtl822x_config_aneg, + .read_status =3D rtl822x_read_status, + .suspend =3D genphy_suspend, + .resume =3D rtlgen_resume, + .read_page =3D rtl821x_read_page, + .write_page =3D rtl821x_write_page, .read_mmd =3D rtl822x_read_mmd, .write_mmd =3D rtl822x_write_mmd, }, { PHY_ID_MATCH_EXACT(0x001ccad0), .name =3D "RTL8224 2.5Gbps PHY", .flags =3D PHY_POLL_CABLE_TEST, - .get_features =3D rtl822x_c45_get_features, - .config_aneg =3D rtl822x_c45_config_aneg, - .read_status =3D rtl822x_c45_read_status, - .suspend =3D genphy_c45_pma_suspend, - .resume =3D rtlgen_c45_resume, + .get_features =3D rtl822x_c45_get_features, + .config_aneg =3D rtl822x_c45_config_aneg, + .read_status =3D rtl822x_c45_read_status, + .suspend =3D genphy_c45_pma_suspend, + .resume =3D rtlgen_c45_resume, .cable_test_start =3D rtl8224_cable_test_start, .cable_test_get_status =3D rtl8224_cable_test_get_status, }, { @@ -2235,7 +2235,7 @@ static struct phy_driver realtek_drvs[] =3D { }, { PHY_ID_MATCH_EXACT(0x001ccb00), .name =3D "RTL9000AA_RTL9000AN Ethernet", - .features =3D PHY_BASIC_T1_FEATURES, + .features =3D PHY_BASIC_T1_FEATURES, .config_init =3D rtl9000a_config_init, .config_aneg =3D rtl9000a_config_aneg, .read_status =3D rtl9000a_read_status, --=20 2.52.0