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

phy: mvebu-cp110-utmi: Fix kernel-doc warns

Fix the format and add description for ops to fix the below warnings:

drivers/phy/marvell/phy-mvebu-cp110-utmi.c:94: warning: Function parameter or member 'syscon' not described in 'mvebu_cp110_utmi'
drivers/phy/marvell/phy-mvebu-cp110-utmi.c:94: warning: Function parameter or member 'ops' not described in 'mvebu_cp110_utmi'

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20211116103951.34482-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

+2 -2
+2 -2
drivers/phy/marvell/phy-mvebu-cp110-utmi.c
··· 82 82 * struct mvebu_cp110_utmi - PHY driver data 83 83 * 84 84 * @regs: PHY registers 85 - * @syscom: Regmap with system controller registers 85 + * @syscon: Regmap with system controller registers 86 86 * @dev: device driver handle 87 - * @caps: PHY capabilities 87 + * @ops: phy ops 88 88 */ 89 89 struct mvebu_cp110_utmi { 90 90 void __iomem *regs;