From: Tim Collier Date: Wed, 7 Nov 2018 20:09:18 +0000 (+0000) Subject: staging: wlan-ng: formatting change in cfg80211.c X-Git-Tag: v5.0-rc1~97^2~338 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=285376ff48f81c2ef834b9e77b77fd50b7f4e129;p=thirdparty%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index 47f2ee926a771..e5d7def1f3668 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;