Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=57361c6edc5801636eeeef0100d3071ab0b5c573
Commit:     57361c6edc5801636eeeef0100d3071ab0b5c573
Parent:     d9ad2f5df89c66b5eae6ac5aaabe62508baba4ef
Author:     Dan Williams <[EMAIL PROTECTED]>
AuthorDate: Fri May 25 22:54:50 2007 -0400
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Mon Jun 11 14:28:44 2007 -0400

    [PATCH] libertas: debug print spacing fixes in assoc.c
    
    Signed-off-by: Dan Williams <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/libertas/assoc.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/libertas/assoc.c 
b/drivers/net/wireless/libertas/assoc.c
index 4fcc6a6..48fc6d1 100644
--- a/drivers/net/wireless/libertas/assoc.c
+++ b/drivers/net/wireless/libertas/assoc.c
@@ -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 */
@@ -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;
                }
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to