Commit 838b2a28 authored by Jiawen Wu's avatar Jiawen Wu Committed by David S. Miller
Browse files

net: wangxun: Correct clerical errors in comments



There are wrong "#endif" comments in .h files need to be corrected.

Signed-off-by: default avatarJiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent dc75c3ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_ */
+1 −1
Original line number Diff line number Diff line
@@ -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_ */