phy: fix kdoc warning
authorJakub Kicinski <kuba@kernel.org>
Tue, 15 Dec 2020 06:37:50 +0000 (22:37 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Dec 2020 21:08:18 +0000 (13:08 -0800)
Kdoc does not like it when multiline comment follows the networking
style of starting right on the first line:

include/linux/phy.h:869: warning: Function parameter or member 'config_intr' not described in 'phy_driver'

Link: https://lore.kernel.org/r/20201215063750.3120976-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/phy.h

index 381a95732b6a44caca662f562d7360d688daed55..9effb511acde3e9cf31591e20e5f47f16be0d7a2 100644 (file)
@@ -743,7 +743,8 @@ struct phy_driver {
        /** @read_status: Determines the negotiated speed and duplex */
        int (*read_status)(struct phy_device *phydev);
 
-       /** @config_intr: Enables or disables interrupts.
+       /**
+        * @config_intr: Enables or disables interrupts.
         * It should also clear any pending interrupts prior to enabling the
         * IRQs and after disabling them.
         */