projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499a214
)
iwl3945-base.c: Add missing space to debug print
author
Joe Perches
<joe@perches.com>
Thu, 16 Apr 2009 23:23:26 +0000
(16:23 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 20 Apr 2009 20:36:26 +0000
(16:36 -0400)
"not" is not printed without a space after %pM
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl3945-base.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl3945-base.c
b/drivers/net/wireless/iwlwifi/iwl3945-base.c
index
8d738d7
..
da61ecd
100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl3945-base.c
+++ b/
drivers/net/wireless/iwlwifi/iwl3945-base.c
@@
-4075,7
+4075,7
@@
static int iwl3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
if (!static_key) {
sta_id = iwl3945_hw_find_station(priv, addr);
if (sta_id == IWL_INVALID_STATION) {
- IWL_DEBUG_MAC80211(priv, "leave - %pMnot in station map.\n",
+ IWL_DEBUG_MAC80211(priv, "leave - %pM
not in station map.\n",
addr);
return -EINVAL;
}