diff options
author | Joe Perches <joe@perches.com> | 2007-11-20 02:48:27 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-11-30 03:34:51 +0100 |
commit | 8376e7a3c2cbf2c91215c35fec9988f581fc699a (patch) | |
tree | ab935374437abfafc62fe4e91b84beb952deb64a /drivers/net/wireless/b43legacy | |
parent | b43/b43legacy: fix left-over URLs and ifdefs (diff) | |
download | linux-8376e7a3c2cbf2c91215c35fec9988f581fc699a.tar.xz linux-8376e7a3c2cbf2c91215c35fec9988f581fc699a.zip |
drivers/net/wireless: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy')
-rw-r--r-- | drivers/net/wireless/b43legacy/phy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c index 22a4b3d0186d..491e518e4aeb 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; } |