[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1b32000631c5709e8d8cc0b779c816ae4e595ab7.1638776933.git.siyanteng@loongson.cn>
Date: Mon, 6 Dec 2021 16:12:28 +0800
From: Yanteng Si <siyanteng01@...il.com>
To: akiyks@...il.com, linux@...linux.org.uk
Cc: Yanteng Si <siyanteng@...ngson.cn>, andrew@...n.ch, corbet@....net,
chenhuacai@...nel.org, hkallweit1@...il.com,
linux-doc@...r.kernel.org, netdev@...r.kernel.org,
siyanteng01@...il.com
Subject: [PATCH v2 2/2] net: phy: Add the missing blank line in the phylink_suspend comment
Fix warning as:
Documentation/networking/kapi:147: ./drivers/net/phy/phylink.c:1657: WARNING: Unexpected indentation.
Documentation/networking/kapi:147: ./drivers/net/phy/phylink.c:1658: WARNING: Block quote ends without a blank line; unexpected unindent.
Signed-off-by: Yanteng Si <siyanteng@...ngson.cn>
---
drivers/net/phy/phylink.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c
index 8e3861f09b4f..c26884a56354 100644
--- a/drivers/net/phy/phylink.c
+++ b/drivers/net/phy/phylink.c
@@ -1653,6 +1653,7 @@ EXPORT_SYMBOL_GPL(phylink_stop);
* @mac_wol: true if the MAC needs to receive packets for Wake-on-Lan
*
* Handle a network device suspend event. There are several cases:
+ *
* - If Wake-on-Lan is not active, we can bring down the link between
* the MAC and PHY by calling phylink_stop().
* - If Wake-on-Lan is active, and being handled only by the PHY, we
--
2.27.0
Powered by blists - more mailing lists