From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Dan Williams <dcbw-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Jeff Garzik <jgarzik-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>,
Larry Finger
<Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>,
Michael Buesch <mb-fseUSCV1ubazQB+pC5nmwQ@public.gmane.org>,
Stefano Brivio
<stefano.brivio-hl5o88x/ua9eoWH0uzbU5w@public.gmane.org>,
libertas-dev-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 35/59] drivers/net/wireless: Add missing "space"
Date: Mon, 19 Nov 2007 17:48:27 -0800 [thread overview]
Message-ID: <1195523331-15303-36-git-send-email-joe@perches.com> (raw)
Message-ID: <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org> (raw)
In-Reply-To: <1195523331-15303-35-git-send-email-joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
In-Reply-To: <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
---
drivers/net/wireless/b43/phy.c | 2 +-
drivers/net/wireless/b43legacy/phy.c | 2 +-
drivers/net/wireless/bcm43xx/bcm43xx_phy.c | 2 +-
drivers/net/wireless/libertas/wext.c | 2 +-
drivers/net/wireless/netwave_cs.c | 2 +-
drivers/net/wireless/p54usb.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/net/wireless/b43/phy.c b/drivers/net/wireless/b43/phy.c
index 3d4ed64..7ff091e 100644
--- a/drivers/net/wireless/b43/phy.c
+++ b/drivers/net/wireless/b43/phy.c
@@ -2214,7 +2214,7 @@ int b43_phy_init_tssi2dbm_table(struct b43_wldev *dev)
}
dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
if (dyn_tssi2dbm == NULL) {
- b43err(dev->wl, "Could not allocate memory"
+ b43err(dev->wl, "Could not allocate memory "
"for tssi2dbm table\n");
return -ENOMEM;
}
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c
index 22a4b3d..491e518 100644
--- a/drivers/net/wireless/b43legacy/phy.c
+++ b/drivers/net/wireless/b43legacy/phy.c
@@ -2020,7 +2020,7 @@ int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
phy->idle_tssi = 62;
dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
if (dyn_tssi2dbm == NULL) {
- b43legacyerr(dev->wl, "Could not allocate memory"
+ b43legacyerr(dev->wl, "Could not allocate memory "
"for tssi2dbm table\n");
return -ENOMEM;
}
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
index b37f1e3..af3de33 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
@@ -2149,7 +2149,7 @@ int bcm43xx_phy_init_tssi2dbm_table(struct bcm43xx_private *bcm)
}
dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
if (dyn_tssi2dbm == NULL) {
- printk(KERN_ERR PFX "Could not allocate memory"
+ printk(KERN_ERR PFX "Could not allocate memory "
"for tssi2dbm table\n");
return -ENOMEM;
}
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
index c6f5aa3..395b788 100644
--- a/drivers/net/wireless/libertas/wext.c
+++ b/drivers/net/wireless/libertas/wext.c
@@ -1528,7 +1528,7 @@ static int wlan_set_encodeext(struct net_device *dev,
&& (ext->key_len != KEY_LEN_WPA_TKIP))
|| ((alg == IW_ENCODE_ALG_CCMP)
&& (ext->key_len != KEY_LEN_WPA_AES))) {
- lbs_deb_wext("invalid size %d for key of alg"
+ lbs_deb_wext("invalid size %d for key of alg "
"type %d\n",
ext->key_len,
alg);
diff --git a/drivers/net/wireless/netwave_cs.c b/drivers/net/wireless/netwave_cs.c
index 2402cb8..d2fa079 100644
--- a/drivers/net/wireless/netwave_cs.c
+++ b/drivers/net/wireless/netwave_cs.c
@@ -806,7 +806,7 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
for (i = 0; i < 6; i++)
dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
- printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx"
+ printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
"id %c%c, hw_addr %s\n",
dev->name, dev->base_addr, dev->irq,
(u_long) ramBase,
diff --git a/drivers/net/wireless/p54usb.c b/drivers/net/wireless/p54usb.c
index 755482a..60d286e 100644
--- a/drivers/net/wireless/p54usb.c
+++ b/drivers/net/wireless/p54usb.c
@@ -308,7 +308,7 @@ static int p54u_read_eeprom(struct ieee80211_hw *dev)
buf = kmalloc(0x2020, GFP_KERNEL);
if (!buf) {
- printk(KERN_ERR "prism54usb: cannot allocate memory for"
+ printk(KERN_ERR "prism54usb: cannot allocate memory for "
"eeprom readback!\n");
return -ENOMEM;
}
--
1.5.3.5.652.gf192c
next prev parent reply other threads:[~2007-11-20 1:48 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1195523331-15303-1-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-2-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-3-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-4-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-5-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-6-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-7-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-8-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-9-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-10-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-11-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-12-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-13-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-14-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-15-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-16-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-17-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-18-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-19-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-20-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-21-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-22-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-23-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-24-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-25-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-26-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-27-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-28-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-29-git-send-email-joe@perches.com>
[not found] ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com>
[not found] ` <6a2d5da40bdf6d7a6595ac2482dd88b7182a74b1.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 29/59] drivers/net/chelsio: Add missing "space" Joe Perches
2007-11-24 1:57 ` Jeff Garzik
2007-11-20 1:48 ` Joe Perches
[not found] ` <1020259349705ef83d6011e837dce32c1f08299c.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 30/59] drivers/net/cxgb3: " Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <3723ae7bfde66a86c6bf3b044dfbd63b144623d9.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 31/59] drivers/net/ixgb: " Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-26 23:16 ` Kok, Auke
[not found] ` <3ed0b0aee275e6a8632b1be454a61f3a2b73639c.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 32/59] drivers/net/netxen: " Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <938a74cb7895afece561b299f11d28785214bade.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 33/59] drivers/net/sk98lin: " Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <8c0ecd8ae2baa9b0596d352f53c4c3527f3528bd.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 34/59] drivers/net/wan: " Joe Perches
[not found] ` <1195523331-15303-35-git-send-email-joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
[not found] ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
[not found] ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2007-11-20 1:53 ` [NFS] [PATCH 56/59] net/sunrpc: " Joe Perches
[not found] ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2007-11-20 1:48 ` Joe Perches [this message]
2007-11-20 16:41 ` [PATCH 35/59] drivers/net/wireless: " Dan Williams
2007-11-20 23:52 ` [PATCH 34/59] drivers/net/wan: " Krzysztof Halasa
2007-11-20 1:48 ` Joe Perches
[not found] ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <fef2c4f213c930a3c1c1e58c8961249886621caa.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 36/59] drivers/net: " Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 50/59] net/bridge: " Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 7:48 ` David Miller
[not found] ` <29542305a25cef11c0f5f7e978d9bf50ef60b4b3.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 51/59] net/dccp: " Joe Perches
2007-11-20 7:48 ` David Miller
2007-11-20 1:53 ` Joe Perches
[not found] ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 52/59] net/ipv4: " Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 7:48 ` David Miller
2007-11-20 1:53 ` Joe Perches
2007-11-20 6:59 ` Simon Horman
[not found] ` <e6a341b03ca9134b944d3021738a795c4e9085c7.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 53/59] net/ipv6: " Joe Perches
2007-11-20 7:48 ` David Miller
2007-11-20 1:53 ` Joe Perches
[not found] ` <40f9ed858135b417a27a0a628667cc0da0d91e73.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 54/59] net/irda: " Joe Perches
2007-11-20 7:49 ` David Miller
2007-11-20 1:53 ` Joe Perches
[not found] ` <c7b79830e5796ae4499e169a357b575320fb0fe0.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 55/59] net/sctp: " Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 7:49 ` David Miller
[not found] ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe@perches.com>
2007-11-20 1:53 ` [PATCH 56/59] net/sunrpc: " Joe Perches
2007-11-20 1:53 ` Joe Perches
2007-11-20 7:49 ` David Miller
[not found] <1195523627-15389-1-git-send-email-joe@perches.com>
[not found] ` <1195523627-15389-2-git-send-email-joe@perches.com>
[not found] ` <1195523627-15389-3-git-send-email-joe@perches.com>
[not found] ` <1195523627-15389-4-git-send-email-joe@perches.com>
[not found] ` <1195523627-15389-5-git-send-email-joe@perches.com>
[not found] ` <1195523627-15389-6-git-send-email-joe@perches.com>
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1195523331-15303-36-git-send-email-joe@perches.com \
--to=joe-6d6dil74uinbdgjk7y7tuq@public.gmane.org \
--cc=Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org \
--cc=dcbw-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=jgarzik-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org \
--cc=libertas-dev-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mb-fseUSCV1ubazQB+pC5nmwQ@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=stefano.brivio-hl5o88x/ua9eoWH0uzbU5w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).