summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoe Perches2007-11-20 02:48:21 +0100
committerDavid S. Miller2008-01-29 00:03:54 +0100
commit31067527685ab8c6bea23aab6511f568c426d311 (patch)
tree8647a0d63b3e34fbbccedebe069a7bfa4a348621 /drivers
parentadd bnx2x driver for BCM57710 (diff)
downloadkernel-qcow2-linux-31067527685ab8c6bea23aab6511f568c426d311.tar.gz
kernel-qcow2-linux-31067527685ab8c6bea23aab6511f568c426d311.tar.xz
kernel-qcow2-linux-31067527685ab8c6bea23aab6511f568c426d311.zip
drivers/net/chelsio: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/chelsio/cxgb2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/chelsio/cxgb2.c b/drivers/net/chelsio/cxgb2.c
index c5975047c89b..16f131396999 100644
--- a/drivers/net/chelsio/cxgb2.c
+++ b/drivers/net/chelsio/cxgb2.c
@@ -1042,7 +1042,7 @@ static int __devinit init_one(struct pci_dev *pdev,
pci_using_dac = 1;
if (pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK)) {
- CH_ERR("%s: unable to obtain 64-bit DMA for"
+ CH_ERR("%s: unable to obtain 64-bit DMA for "
"consistent allocations\n", pci_name(pdev));
err = -ENODEV;
goto out_disable_pdev;