aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Collier <osdevtc@gmail.com>2018-11-07 20:09:18 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-08 03:59:47 -0800
commit285376ff48f81c2ef834b9e77b77fd50b7f4e129 (patch)
tree7114374face0115fcefe69710d1b5e4d67c229e0
parentstaging: emxx_udc: Added missing le16_to_cpu conversions (diff)
downloadlinux-dev-285376ff48f81c2ef834b9e77b77fd50b7f4e129.tar.xz
linux-dev-285376ff48f81c2ef834b9e77b77fd50b7f4e129.zip
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: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wlan-ng/cfg80211.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
index 47f2ee926a77..e5d7def1f366 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -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;