mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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:
parent
dc75c3ced1
commit
838b2a28c0
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user