Skip to content

Commit

Permalink
[PATCH] libertas: debug print spacing fixes in assoc.c
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and John W. Linville committed Jun 11, 2007
1 parent d9ad2f5 commit 57361c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static int assoc_helper_bssid(wlan_private *priv,
int ret = 0;
struct bss_descriptor * bss;

lbs_deb_enter_args(LBS_DEB_ASSOC, "BSSID" MAC_FMT "\n",
lbs_deb_enter_args(LBS_DEB_ASSOC, "BSSID " MAC_FMT "\n",
MAC_ARG(assoc_req->bssid));

/* Search for index position in list for requested MAC */
Expand Down Expand Up @@ -627,7 +627,6 @@ lbs_deb_assoc("ASSOC(:%d) wpa_keys: ret = %d\n", __LINE__, ret);
cmd_802_11_get_log,
0, cmd_option_waitforrsp, 0, NULL);
} else {

ret = -1;
}
}
Expand Down

0 comments on commit 57361c6

Please sign in to comment.