aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/s2io.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 20:48:28 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:03:59 -0500
commit2450022afa9f140464c934ecb28c45583335672a (patch)
treed368f90c14e2fb7b63ce2ece6c03a8679e3ee72c /drivers/net/s2io.c
parent60403fdadabdf1bb1a0f0e2a482860be1c45904f (diff)
drivers/net: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/s2io.c')
-rw-r--r--drivers/net/s2io.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 644d71bfb640..5defb0b17258 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -3772,7 +3772,7 @@ static int s2io_test_msi(struct s2io_nic *sp)
3772 3772
3773 if (!sp->msi_detected) { 3773 if (!sp->msi_detected) {
3774 /* MSI(X) test failed, go back to INTx mode */ 3774 /* MSI(X) test failed, go back to INTx mode */
3775 DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated" 3775 DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated "
3776 "using MSI(X) during test\n", sp->dev->name, 3776 "using MSI(X) during test\n", sp->dev->name,
3777 pci_name(pdev)); 3777 pci_name(pdev));
3778 3778
@@ -6868,7 +6868,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
6868 /* If either data or addr is zero print it */ 6868 /* If either data or addr is zero print it */
6869 if(!(sp->msix_info[i].addr && 6869 if(!(sp->msix_info[i].addr &&
6870 sp->msix_info[i].data)) { 6870 sp->msix_info[i].data)) {
6871 DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx" 6871 DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
6872 "Data:0x%lx\n",sp->desc[i], 6872 "Data:0x%lx\n",sp->desc[i],
6873 (unsigned long long) 6873 (unsigned long long)
6874 sp->msix_info[i].addr, 6874 sp->msix_info[i].addr,
@@ -6886,7 +6886,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
6886 /* If either data or addr is zero print it */ 6886 /* If either data or addr is zero print it */
6887 if(!(sp->msix_info[i].addr && 6887 if(!(sp->msix_info[i].addr &&
6888 sp->msix_info[i].data)) { 6888 sp->msix_info[i].data)) {
6889 DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx" 6889 DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
6890 "Data:0x%lx\n",sp->desc[i], 6890 "Data:0x%lx\n",sp->desc[i],
6891 (unsigned long long) 6891 (unsigned long long)
6892 sp->msix_info[i].addr, 6892 sp->msix_info[i].addr,