Commit 285376ff authored by Tim Collier's avatar Tim Collier Committed by Greg Kroah-Hartman

staging: wlan-ng: formatting change in cfg80211.c

Resolve "line over 80 characters" warning reported by checkpatch by
splitting function header over 2 lines.
Signed-off-by: default avatarTim Collier <osdevtc@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 484a4159
...@@ -678,7 +678,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = { ...@@ -678,7 +678,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = {
}; };
/* Functions to create/free wiphy interface */ /* Functions to create/free wiphy interface */
static struct wiphy *wlan_create_wiphy(struct device *dev, struct wlandevice *wlandev) static struct wiphy *wlan_create_wiphy(struct device *dev,
struct wlandevice *wlandev)
{ {
struct wiphy *wiphy; struct wiphy *wiphy;
struct prism2_wiphy_private *priv; struct prism2_wiphy_private *priv;
......
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