diff options
author | Yang Shen <shenyang39@huawei.com> | 2021-05-17 07:45:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-18 00:12:39 +0300 |
commit | 1f2d109e8363ef6c6df990fb29afcf44a6e3c5a5 (patch) | |
tree | dbcb9963b8d2de93ebe91311b97d7d8835c8e258 /drivers/net/phy | |
parent | 03055a25213b910d8c74808e728c737638392dff (diff) | |
download | linux-1f2d109e8363ef6c6df990fb29afcf44a6e3c5a5.tar.xz |
net: phy: Demote non-compliant kernel-doc headers
Fixes the following W=1 kernel build warning(s):
drivers/net/phy/adin.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
drivers/net/phy/rockchip.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Signed-off-by: Yang Shen <shenyang39@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-rw-r--r-- | drivers/net/phy/adin.c | 2 | ||||
-rw-r--r-- | drivers/net/phy/rockchip.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/adin.c b/drivers/net/phy/adin.c index 55a0b91816e2..5ce6da62cc8e 100644 --- a/drivers/net/phy/adin.c +++ b/drivers/net/phy/adin.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/** +/* * Driver for Analog Devices Industrial Ethernet PHYs * * Copyright 2019 Analog Devices Inc. diff --git a/drivers/net/phy/rockchip.c b/drivers/net/phy/rockchip.c index 52f1f65320fe..bb13e75183ee 100644 --- a/drivers/net/phy/rockchip.c +++ b/drivers/net/phy/rockchip.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0+ -/** +/* * drivers/net/phy/rockchip.c * * Driver for ROCKCHIP Ethernet PHYs |