diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 20:48:21 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:54 -0500 |
commit | 31067527685ab8c6bea23aab6511f568c426d311 (patch) | |
tree | 8647a0d63b3e34fbbccedebe069a7bfa4a348621 /drivers/net/chelsio | |
parent | a2fbb9ea235467b0be6db3cec0132b6c83c0b9fb (diff) |
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')
-rw-r--r-- | drivers/net/chelsio/cxgb2.c | 2 |
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, | |||
1042 | pci_using_dac = 1; | 1042 | pci_using_dac = 1; |
1043 | 1043 | ||
1044 | if (pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK)) { | 1044 | if (pci_set_consistent_dma_mask(pdev, DMA_64BIT_MASK)) { |
1045 | CH_ERR("%s: unable to obtain 64-bit DMA for" | 1045 | CH_ERR("%s: unable to obtain 64-bit DMA for " |
1046 | "consistent allocations\n", pci_name(pdev)); | 1046 | "consistent allocations\n", pci_name(pdev)); |
1047 | err = -ENODEV; | 1047 | err = -ENODEV; |
1048 | goto out_disable_pdev; | 1048 | goto out_disable_pdev; |