summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-core.c
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2022-04-07 12:21:07 +0200
committerVinod Koul <vkoul@kernel.org>2022-04-20 14:45:15 +0530
commitbd5bd02e1517352ff215879362624f4ca6575bdc (patch)
tree13cef34ca4b659cb9872ef9e2c1b2d4830a1a103 /drivers/phy/phy-core.c
parentf1b8d3358af77fc453d6b781f40ee7342a230672 (diff)
downloadlinux-stable-bd5bd02e1517352ff215879362624f4ca6575bdc.tar.gz
linux-stable-bd5bd02e1517352ff215879362624f4ca6575bdc.tar.bz2
linux-stable-bd5bd02e1517352ff215879362624f4ca6575bdc.zip
phy: core: Update documentation syntax
Update the syntax used by the documentation of phy operation functions. This is to unify the syntax with the newly added documentation. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.kernel.org/r/20220407102108.24211-3-jmaselbas@kalray.eu Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/phy-core.c')
-rw-r--r--drivers/phy/phy-core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c
index 2f32f999445f..cbdad65d2caa 100644
--- a/drivers/phy/phy-core.c
+++ b/drivers/phy/phy-core.c
@@ -467,7 +467,7 @@ EXPORT_SYMBOL_GPL(phy_reset);
* runtime, which are otherwise lost after host controller reset and cannot
* be applied in phy_init() or phy_power_on().
*
- * Returns: 0 if successful, an negative error code otherwise
+ * Return: %0 if successful, a negative error code otherwise
*/
int phy_calibrate(struct phy *phy)
{
@@ -493,7 +493,7 @@ EXPORT_SYMBOL_GPL(phy_calibrate);
* on the phy. The configuration will be applied on the current phy
* mode, that can be changed using phy_set_mode().
*
- * Returns: 0 if successful, an negative error code otherwise
+ * Return: %0 if successful, a negative error code otherwise
*/
int phy_configure(struct phy *phy, union phy_configure_opts *opts)
{
@@ -527,7 +527,7 @@ EXPORT_SYMBOL_GPL(phy_configure);
* PHY, so calling it as many times as deemed fit will have no side
* effect.
*
- * Returns: 0 if successful, an negative error code otherwise
+ * Return: %0 if successful, a negative error code otherwise
*/
int phy_validate(struct phy *phy, enum phy_mode mode, int submode,
union phy_configure_opts *opts)