mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
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>
This commit is contained in:
parent
484a415951
commit
285376ff48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user