commit | 90e05ae33dd508a12495d1803f7da000fa4b6f42 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Tue Nov 16 15:46:55 2021 +0530 |
committer | Vinod Koul <vkoul@kernel.org> | Sat Nov 20 11:41:20 2021 +0530 |
tree | d319cb21120d0af0dc152d686cdc180c34f183d3 | |
parent | 466b1516e74ffbb268dce83e41ca62bcfc822cb6 [diff] |
phy: qualcomm: ipq806x-usb: Fix kernel-doc style 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@kernel.org>