mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
staging: wlags49_h2: wl_priv.h: fixes spacing around parentheses
This commit fixes the incorrect spacing around parentheses. Signed-off-by: Johan Meiring <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
13821d96d4
commit
00871bc0f8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user