net: wangxun: Correct clerical errors in comments

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>
This commit is contained in:
Jiawen Wu 2025-05-12 10:03:33 +08:00 committed by David S. Miller
parent dc75c3ced1
commit 838b2a28c0
2 changed files with 2 additions and 2 deletions

View 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_ */

View 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_ */