Skip to content

Commit

Permalink
staging: wlags49_h2: wl_netdev.h: converts C99 // comments
Browse files Browse the repository at this point in the history
This commit converts C99 // comments to /* */

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 30b437d commit 2dddc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/wlags49_h2/wl_netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ int wl_rx_dma( struct net_device *dev );
void wl_multicast( struct net_device *dev );
#else
void wl_multicast( struct net_device *dev, int num_addrs, void *addrs );
#endif // NEW_MULTICAST
#endif /* NEW_MULTICAST */


int wl_tx_port0( struct sk_buff *skb, struct net_device *dev );
Expand Down Expand Up @@ -151,4 +151,4 @@ void wl_wds_netif_carrier_off( struct wl_private *lp );
#endif /* USE_WDS */


#endif // __WL_NETDEV_H__
#endif /* __WL_NETDEV_H__ */

0 comments on commit 2dddc56

Please sign in to comment.