]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: Demote non-compliant kernel-doc headers
authorYang Shen <shenyang39@huawei.com>
Mon, 17 May 2021 04:45:34 +0000 (12:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 May 2021 21:12:39 +0000 (14:12 -0700)
commit617a60f2009aa2c0d64adfbc4797e8fe259fad81
treedbcb9963b8d2de93ebe91311b97d7d8835c8e258
parentd99c2161010818c596a0ef893fb7c19f7a014f9e
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>
drivers/net/phy/adin.c
drivers/net/phy/rockchip.c