phy: exynos5-usbdrd: use correct format for structure description
authorVinod Koul <vkoul@kernel.org>
Wed, 8 Jul 2020 13:28:08 +0000 (18:58 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 13 Jul 2020 06:44:58 +0000 (12:14 +0530)
commit0672fb0d422246725c3af0957cbdbedcc86008a1
treea775972343f7ea116718c2ce499c15ccc6a8e0be
parent72fbf95f36218ec2a901e0eb7c3aa0bea6f1f396
phy: exynos5-usbdrd: use correct format for structure description

We get warning with W=1 build:
drivers/phy/samsung/phy-exynos5-usbdrd.c:211: warning: Function
parameter or member 'phys' not described in 'exynos5_usbdrd_phy'
drivers/phy/samsung/phy-exynos5-usbdrd.c:211: warning: Function
parameter or member 'vbus' not described in 'exynos5_usbdrd_phy'
drivers/phy/samsung/phy-exynos5-usbdrd.c:211: warning: Function
parameter or member 'vbus_boost' not described in 'exynos5_usbdrd_phy'

These members are provided with description but format is not quite
right resulting in above warnings

Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://lore.kernel.org/r/20200708132809.265967-5-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/samsung/phy-exynos5-usbdrd.c