Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: phy-mtk-tphy: Update names and format of kernel-doc comments

mtk_phy_pdata documentation does not use correct tag for struct, while at
it fix one of member wrongly documented.

Warning: drivers/phy/mediatek/phy-mtk-tphy.c:289 cannot understand function prototype: 'struct mtk_phy_pdata'
Warning: drivers/phy/mediatek/phy-mtk-tphy.c:296 struct member 'slew_ref_clock_mhz' not described in 'mtk_phy_pdata'

Link: https://patch.msgid.link/20260223071032.408425-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

+2 -2
+2 -2
drivers/phy/mediatek/phy-mtk-tphy.c
··· 276 276 }; 277 277 278 278 /** 279 - * mtk_phy_pdata - SoC specific platform data 279 + * struct mtk_phy_pdata - SoC specific platform data 280 280 * @avoid_rx_sen_degradation: Avoid TX Sensitivity level degradation (MT6795/8173 only) 281 281 * @sw_pll_48m_to_26m: Workaround for V3 IP (MT8195) - switch the 48MHz PLL from 282 282 * fractional mode to integer to output 26MHz for U2PHY 283 283 * @sw_efuse_supported: Switches off eFuse auto-load from PHY and applies values 284 284 * read from different nvmem (usually different eFuse array) 285 285 * that is pointed at in the device tree node for this PHY 286 - * @slew_ref_clk_mhz: Default reference clock (in MHz) for slew rate calibration 286 + * @slew_ref_clock_mhz: Default reference clock (in MHz) for slew rate calibration 287 287 * @slew_rate_coefficient: Coefficient for slew rate calibration 288 288 * @version: PHY IP Version 289 289 */