Re: [PATCH 2/6] phy: qualcomm: ipq806x-usb: Fix kernel-doc style

From: Randy Dunlap
Date: Tue Nov 16 2021 - 18:38:44 EST


On 11/16/21 2:39 AM, Vinod Koul wrote:
The functions are documented but there were style issues, so fix
the style and add missing description for phy_dwc3

drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c:130:
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c:174:
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c:212: warning:
This comment starts with '/**', but isn't a kernel-doc comment.
Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
---
drivers/phy/qualcomm/phy-qcom-ipq806x-usb.c | 26 +++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)


Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

thanks.
--
~Randy