Commit f9d01751 authored by Johannes Stadlinger's avatar Johannes Stadlinger Committed by Greg Kroah-Hartman

wlan-ng/prism2sta:checkpatch: Insert blank lines

This patch inserts blank lines after declarations to avoid checkpatch
warnings.

After our fixes in 'wlan-ng/prism2sta' there is still a checkpatch
warning about prefering 'ether_addr_copy' instead of 'memcpy'
remaining.
Signed-off-by: default avatarJohannes Stadlinger <Johannes.Stadlinger@fau.de>
Signed-off-by: default avatarMaximilian Eschenbacher <maximilian@eschenbacher.email>
CC: linux-kernel@i4.cs.fau.de
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
CC: Tugce Sirin <ztugcesirin@gmail.com>
CC: Himangi Saraogi <himangi774@gmail.com>
CC: Paul Gortmaker <paul.gortmaker@windriver.com>
CC: Vitaly Osipov <vitaly.osipov@gmail.com>
CC: Neil Armstrong <superna9999@gmail.com>
CC: devel@driverdev.osuosl.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 392cdc97
...@@ -360,6 +360,7 @@ static int prism2sta_mlmerequest(wlandevice_t *wlandev, struct p80211msg *msg) ...@@ -360,6 +360,7 @@ static int prism2sta_mlmerequest(wlandevice_t *wlandev, struct p80211msg *msg)
case DIDmsg_lnxreq_ifstate: case DIDmsg_lnxreq_ifstate:
{ {
struct p80211msg_lnxreq_ifstate *ifstatemsg; struct p80211msg_lnxreq_ifstate *ifstatemsg;
pr_debug("Received mlme ifstate request\n"); pr_debug("Received mlme ifstate request\n");
ifstatemsg = (struct p80211msg_lnxreq_ifstate *) msg; ifstatemsg = (struct p80211msg_lnxreq_ifstate *) msg;
result = result =
...@@ -1406,6 +1407,7 @@ void prism2sta_processing_defer(struct work_struct *data) ...@@ -1406,6 +1407,7 @@ void prism2sta_processing_defer(struct work_struct *data)
*/ */
if (hw->join_ap && --hw->join_retries > 0) { if (hw->join_ap && --hw->join_retries > 0) {
hfa384x_JoinRequest_data_t joinreq; hfa384x_JoinRequest_data_t joinreq;
joinreq = hw->joinreq; joinreq = hw->joinreq;
/* Send the join request */ /* Send the join request */
hfa384x_drvr_setconfig(hw, hfa384x_drvr_setconfig(hw,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment