Commit 00871bc0 authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman

staging: wlags49_h2: wl_priv.h: fixes spacing around parentheses

This commit fixes the incorrect spacing around parentheses.
Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 13821d96
......@@ -70,17 +70,17 @@
#ifdef WIRELESS_EXT
int wvlan_set_netname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_set_netname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
int wvlan_get_netname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_get_netname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
int wvlan_set_station_nickname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_set_station_nickname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
int wvlan_get_station_nickname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_get_station_nickname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
int wvlan_set_porttype( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_set_porttype(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
int wvlan_get_porttype( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
int wvlan_get_porttype(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
#endif // WIRELESS_EXT
......@@ -90,7 +90,7 @@ int wvlan_get_porttype( struct net_device *, struct iw_request_info *, union iw
#ifdef USE_UIL
int wvlan_uil( struct uilreq *urq, struct wl_private *lp );
int wvlan_uil(struct uilreq *urq, struct wl_private *lp);
// int wvlan_uil_connect( struct uilreq *urq, struct wl_private *lp );
// int wvlan_uil_disconnect( struct uilreq *urq, struct wl_private *lp );
......@@ -109,11 +109,11 @@ int wvlan_uil( struct uilreq *urq, struct wl_private *lp );
#ifdef USE_RTS
int wvlan_rts( struct rtsreq *rrq, __u32 io_base );
int wvlan_rts_read( __u16 reg, __u16 *val, __u32 io_base );
int wvlan_rts_write( __u16 reg, __u16 val, __u32 io_base );
int wvlan_rts_batch_read( struct rtsreq *rrq, __u32 io_base );
int wvlan_rts_batch_write( struct rtsreq *rrq, __u32 io_base );
int wvlan_rts(struct rtsreq *rrq, __u32 io_base);
int wvlan_rts_read(__u16 reg, __u16 *val, __u32 io_base);
int wvlan_rts_write(__u16 reg, __u16 val, __u32 io_base);
int wvlan_rts_batch_read(struct rtsreq *rrq, __u32 io_base);
int wvlan_rts_batch_write(struct rtsreq *rrq, __u32 io_base);
#endif // USE_RTS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment