]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: wangxun: Correct clerical errors in comments
authorJiawen Wu <jiawenwu@trustnetic.com>
Mon, 12 May 2025 02:03:33 +0000 (10:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 May 2025 08:47:33 +0000 (09:47 +0100)
There are wrong "#endif" comments in .h files need to be corrected.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/wangxun/libwx/wx_lib.h
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.h

index 919f499993089221eeddd7892b572239aefb9316..49f8bde36ddbf00a81562a1c31eb82cdef869b28 100644 (file)
@@ -39,4 +39,4 @@ netdev_features_t wx_features_check(struct sk_buff *skb,
 void wx_set_ring(struct wx *wx, u32 new_tx_count,
                 u32 new_rx_count, struct wx_ring *temp_ring);
 
-#endif /* _NGBE_LIB_H_ */
+#endif /* _WX_LIB_H_ */
index 3938985355ed6cb39a692a0f090bab9e2b12f645..a32b19d71ea2c7e3db41b8903d3afe81be98c638 100644 (file)
@@ -8,4 +8,4 @@ irqreturn_t txgbe_link_irq_handler(int irq, void *data);
 int txgbe_init_phy(struct txgbe *txgbe);
 void txgbe_remove_phy(struct txgbe *txgbe);
 
-#endif /* _TXGBE_NODE_H_ */
+#endif /* _TXGBE_PHY_H_ */