staging: wlan-ng: formatting cleanup in cfg80211.c
authorTim Collier <osdevtc@gmail.com>
Wed, 26 Sep 2018 22:06:27 +0000 (23:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Sep 2018 12:43:52 +0000 (14:43 +0200)
Combine previously split lines for an assignment; now fits in 80
characters as the name of the macro being assigned was shortened.

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

index a2f1136..47f2ee9 100644 (file)
@@ -619,8 +619,7 @@ static int prism2_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev,
 
        mibitem = (struct p80211item_uint32 *)&msg.mibattribute.data;
        msg.msgcode = DIDMSG_DOT11REQ_MIBGET;
-       mibitem->did =
-           DIDMIB_DOT11PHY_TXPOWERTABLE_CURRENTTXPOWERLEVEL;
+       mibitem->did = DIDMIB_DOT11PHY_TXPOWERTABLE_CURRENTTXPOWERLEVEL;
 
        result = p80211req_dorequest(wlandev, (u8 *)&msg);