[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <df98d3b985891670acec5dd2a398837336aeffeb.1638776933.git.siyanteng@loongson.cn>
Date: Mon, 6 Dec 2021 16:12:27 +0800
From: Yanteng Si <siyanteng01@...il.com>
To: akiyks@...il.com, linux@...linux.org.uk
Cc: Yanteng Si <siyanteng01@...il.com>, andrew@...n.ch, corbet@....net,
chenhuacai@...nel.org, hkallweit1@...il.com,
linux-doc@...r.kernel.org, netdev@...r.kernel.org,
Yanteng Si <siyanteng@...ngson.cn>
Subject: [PATCH v2 1/2] net: phy: Remove unnecessary indentation in the comments of phy_device
From: Yanteng Si <siyanteng01@...il.com>
Fix warning as:
linux-next/Documentation/networking/kapi:122: ./include/linux/phy.h:543: WARNING: Unexpected indentation.
linux-next/Documentation/networking/kapi:122: ./include/linux/phy.h:544: WARNING: Block quote ends without a blank line; unexpected unindent.
linux-next/Documentation/networking/kapi:122: ./include/linux/phy.h:546: WARNING: Unexpected indentation.
Signed-off-by: Yanteng Si <siyanteng@...ngson.cn>
---
include/linux/phy.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 1e57cdd95da3..6de8d7a90d78 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -538,11 +538,12 @@ struct macsec_ops;
* @mac_managed_pm: Set true if MAC driver takes of suspending/resuming PHY
* @state: State of the PHY for management purposes
* @dev_flags: Device-specific flags used by the PHY driver.
- * Bits [15:0] are free to use by the PHY driver to communicate
- * driver specific behavior.
- * Bits [23:16] are currently reserved for future use.
- * Bits [31:24] are reserved for defining generic
- * PHY driver behavior.
+ *
+ * - Bits [15:0] are free to use by the PHY driver to communicate
+ * driver specific behavior.
+ * - Bits [23:16] are currently reserved for future use.
+ * - Bits [31:24] are reserved for defining generic
+ * PHY driver behavior.
* @irq: IRQ number of the PHY's interrupt (-1 if none)
* @phy_timer: The timer for handling the state machine
* @phylink: Pointer to phylink instance for this PHY
--
2.27.0
Powered by blists - more mailing lists