Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiawen Wu and committed by
David S. Miller
838b2a28 dc75c3ce

+2 -2
+1 -1
drivers/net/ethernet/wangxun/libwx/wx_lib.h
··· 39 39 void wx_set_ring(struct wx *wx, u32 new_tx_count, 40 40 u32 new_rx_count, struct wx_ring *temp_ring); 41 41 42 - #endif /* _NGBE_LIB_H_ */ 42 + #endif /* _WX_LIB_H_ */
+1 -1
drivers/net/ethernet/wangxun/txgbe/txgbe_phy.h
··· 8 8 int txgbe_init_phy(struct txgbe *txgbe); 9 9 void txgbe_remove_phy(struct txgbe *txgbe); 10 10 11 - #endif /* _TXGBE_NODE_H_ */ 11 + #endif /* _TXGBE_PHY_H_ */