aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/chelsio/cxgb2.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 17:48:21 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:03:54 -0800
commit31067527685ab8c6bea23aab6511f568c426d311 (patch)
tree8647a0d63b3e34fbbccedebe069a7bfa4a348621 /drivers/net/chelsio/cxgb2.c
parentadd bnx2x driver for BCM57710 (diff)
downloadlinux-dev-31067527685ab8c6bea23aab6511f568c426d311.tar.xz
linux-dev-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/net/chelsio/cxgb2.c')
-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;