staging: wlan-ng: formatting change in cfg80211.c
authorTim Collier <osdevtc@gmail.com>
Wed, 7 Nov 2018 20:09:18 +0000 (20:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Nov 2018 11:59:47 +0000 (03:59 -0800)
Resolve "line over 80 characters" warning reported by checkpatch by
splitting function header over 2 lines.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/cfg80211.c

index 47f2ee9..e5d7def 100644 (file)
@@ -678,7 +678,8 @@ static const struct cfg80211_ops prism2_usb_cfg_ops = {
 };
 
 /* 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 prism2_wiphy_private *priv;