Commit 30b437db authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman

staging: wlags49_h2: wl_priv.h: fixes instances of 80+ char lines

This commit corrects cases where lines where longer than 80
characters.  checkpatch.pl now reports that this file has no further
issues.
Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 067f0dc3
......@@ -70,17 +70,23 @@
#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 */
......
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