drivers/net/wireless: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
354807e0dd
commit
8376e7a3c2
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user