netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 29/59] drivers/net/chelsio: Add missing "space"
       [not found]                                                           ` <6a2d5da40bdf6d7a6595ac2482dd88b7182a74b1.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-24  1:57                                                               ` Jeff Garzik
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 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 2dbf8dc..3eca4e3 100644
--- a/drivers/net/chelsio/cxgb2.c
+++ b/drivers/net/chelsio/cxgb2.c
@@ -1006,7 +1006,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;
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 29/59] drivers/net/chelsio: Add missing "space"
       [not found]                                                           ` <6a2d5da40bdf6d7a6595ac2482dd88b7182a74b1.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 29/59] drivers/net/chelsio: Add missing "space" Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 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 2dbf8dc..3eca4e3 100644
--- a/drivers/net/chelsio/cxgb2.c
+++ b/drivers/net/chelsio/cxgb2.c
@@ -1006,7 +1006,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;
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 30/59] drivers/net/cxgb3: Add missing "space"
       [not found]                                                           ` <1020259349705ef83d6011e837dce32c1f08299c.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 30/59] drivers/net/cxgb3: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/cxgb3/cxgb3_offload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/cxgb3/cxgb3_offload.c b/drivers/net/cxgb3/cxgb3_offload.c
index bd25421..7086f76 100644
--- a/drivers/net/cxgb3/cxgb3_offload.c
+++ b/drivers/net/cxgb3/cxgb3_offload.c
@@ -1004,7 +1004,7 @@ void cxgb_redirect(struct dst_entry *old, struct dst_entry *new)
 	if (!is_offloading(olddev))
 		return;
 	if (!is_offloading(newdev)) {
-		printk(KERN_WARNING "%s: Redirect to non-offload"
+		printk(KERN_WARNING "%s: Redirect to non-offload "
 		       "device ignored.\n", __FUNCTION__);
 		return;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 30/59] drivers/net/cxgb3: Add missing "space"
       [not found]                                                           ` <1020259349705ef83d6011e837dce32c1f08299c.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/cxgb3/cxgb3_offload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/cxgb3/cxgb3_offload.c b/drivers/net/cxgb3/cxgb3_offload.c
index bd25421..7086f76 100644
--- a/drivers/net/cxgb3/cxgb3_offload.c
+++ b/drivers/net/cxgb3/cxgb3_offload.c
@@ -1004,7 +1004,7 @@ void cxgb_redirect(struct dst_entry *old, struct dst_entry *new)
 	if (!is_offloading(olddev))
 		return;
 	if (!is_offloading(newdev)) {
-		printk(KERN_WARNING "%s: Redirect to non-offload"
+		printk(KERN_WARNING "%s: Redirect to non-offload "
 		       "device ignored.\n", __FUNCTION__);
 		return;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 31/59] drivers/net/ixgb: Add missing "space"
       [not found]                                                           ` <3723ae7bfde66a86c6bf3b044dfbd63b144623d9.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-26 23:16                                                               ` Kok, Auke
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/ixgbe/ixgbe_common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c
index 512e3b2..b7e50bc 100644
--- a/drivers/net/ixgbe/ixgbe_common.c
+++ b/drivers/net/ixgbe/ixgbe_common.c
@@ -950,7 +950,7 @@ s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
 	u32 rmcs_reg;
 
 	if (packetbuf_num < 0 || packetbuf_num > 7)
-		hw_dbg(hw, "Invalid packet buffer number [%d], expected range"
+		hw_dbg(hw, "Invalid packet buffer number [%d], expected range "
 		       "is 0-7\n", packetbuf_num);
 
 	frctl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 31/59] drivers/net/ixgb: Add missing "space"
       [not found]                                                           ` <3723ae7bfde66a86c6bf3b044dfbd63b144623d9.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 31/59] drivers/net/ixgb: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/ixgbe/ixgbe_common.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c
index 512e3b2..b7e50bc 100644
--- a/drivers/net/ixgbe/ixgbe_common.c
+++ b/drivers/net/ixgbe/ixgbe_common.c
@@ -950,7 +950,7 @@ s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
 	u32 rmcs_reg;
 
 	if (packetbuf_num < 0 || packetbuf_num > 7)
-		hw_dbg(hw, "Invalid packet buffer number [%d], expected range"
+		hw_dbg(hw, "Invalid packet buffer number [%d], expected range "
 		       "is 0-7\n", packetbuf_num);
 
 	frctl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 32/59] drivers/net/netxen: Add missing "space"
       [not found]                                                           ` <3ed0b0aee275e6a8632b1be454a61f3a2b73639c.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 32/59] drivers/net/netxen: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Amit S. Kale, Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/netxen/netxen_nic_hw.c   |    2 +-
 drivers/net/netxen/netxen_nic_init.c |    4 ++--
 drivers/net/netxen/netxen_nic_main.c |    6 +++---
 drivers/net/netxen/netxen_nic_niu.c  |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/net/netxen/netxen_nic_hw.c b/drivers/net/netxen/netxen_nic_hw.c
index 2c19b8d..8d692e2 100644
--- a/drivers/net/netxen/netxen_nic_hw.c
+++ b/drivers/net/netxen/netxen_nic_hw.c
@@ -664,7 +664,7 @@ void netxen_nic_pci_change_crbwindow(struct netxen_adapter *adapter, u32 wndw)
 					NETXEN_PCIX_PH_REG(PCIX_CRB_WINDOW_F3));
 			break;
 		default:
-			printk(KERN_INFO "Changing the window for PCI function"
+			printk(KERN_INFO "Changing the window for PCI function "
 					"%d\n",	adapter->ahw.pci_func);
 			offset = PCI_OFFSET_SECOND_RANGE(adapter,
 					NETXEN_PCIX_PH_REG(PCIX_CRB_WINDOW));
diff --git a/drivers/net/netxen/netxen_nic_init.c b/drivers/net/netxen/netxen_nic_init.c
index 3758926..89d9b53 100644
--- a/drivers/net/netxen/netxen_nic_init.c
+++ b/drivers/net/netxen/netxen_nic_init.c
@@ -1102,8 +1102,8 @@ netxen_process_rcv(struct netxen_adapter *adapter, int ctxid,
 		}
 		if (buffer->lro_current_frags != buffer->lro_expected_frags) {
 			if (buffer->lro_expected_frags != 0) {
-				printk("LRO: (refhandle:%x) recv frag."
-				       "wait for last. flags: %x expected:%d"
+				printk("LRO: (refhandle:%x) recv frag. "
+				       "wait for last. flags: %x expected:%d "
 				       "have:%d\n", index,
 				       netxen_get_sts_desc_lro_last_frag(desc),
 				       buffer->lro_expected_frags,
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c
index a80f0cd..f648d43 100644
--- a/drivers/net/netxen/netxen_nic_main.c
+++ b/drivers/net/netxen/netxen_nic_main.c
@@ -287,7 +287,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 	printk(KERN_INFO "%s \n", netxen_nic_driver_string);
 
 	if (pdev->class != 0x020000) {
-		printk(KERN_ERR"NetXen function %d, class %x will not"
+		printk(KERN_ERR"NetXen function %d, class %x will not "
 				"be enabled.\n",pci_func_id, pdev->class);
 		return -ENODEV;
 	}
@@ -511,7 +511,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 			    vmalloc(RCV_BUFFSIZE);
 
 			if (rcv_desc->rx_buf_arr == NULL) {
-				printk(KERN_ERR "%s: Could not allocate"
+				printk(KERN_ERR "%s: Could not allocate "
 				       "rcv_desc->rx_buf_arr memory:%d\n",
 				       netxen_nic_driver_name,
 				       (int)RCV_BUFFSIZE);
@@ -983,7 +983,7 @@ static int netxen_nic_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
 	}
 
 	if (frag_count > MAX_BUFFERS_PER_CMD) {
-		printk("%s: %s netxen_nic_xmit_frame: frag_count (%d)"
+		printk("%s: %s netxen_nic_xmit_frame: frag_count (%d) "
 		       "too large, can handle only %d frags\n",
 		       netxen_nic_driver_name, netdev->name,
 		       frag_count, MAX_BUFFERS_PER_CMD);
diff --git a/drivers/net/netxen/netxen_nic_niu.c b/drivers/net/netxen/netxen_nic_niu.c
index 5b9e1b3..155429d 100644
--- a/drivers/net/netxen/netxen_nic_niu.c
+++ b/drivers/net/netxen/netxen_nic_niu.c
@@ -544,8 +544,8 @@ int netxen_niu_gbe_handle_phy_interrupt(struct netxen_adapter *adapter,
 								    port,
 								    enable);
 				} else {
-					printk(KERN_ERR PFX "ERROR reading"
-					       "PHY status. Illegal speed.\n");
+					printk(KERN_ERR PFX "ERROR reading "
+					       "PHY status. Invalid speed.\n");
 					result = -1;
 				}
 			} else {
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 32/59] drivers/net/netxen: Add missing "space"
       [not found]                                                           ` <3ed0b0aee275e6a8632b1be454a61f3a2b73639c.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Amit S. Kale, Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/netxen/netxen_nic_hw.c   |    2 +-
 drivers/net/netxen/netxen_nic_init.c |    4 ++--
 drivers/net/netxen/netxen_nic_main.c |    6 +++---
 drivers/net/netxen/netxen_nic_niu.c  |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/net/netxen/netxen_nic_hw.c b/drivers/net/netxen/netxen_nic_hw.c
index 2c19b8d..8d692e2 100644
--- a/drivers/net/netxen/netxen_nic_hw.c
+++ b/drivers/net/netxen/netxen_nic_hw.c
@@ -664,7 +664,7 @@ void netxen_nic_pci_change_crbwindow(struct netxen_adapter *adapter, u32 wndw)
 					NETXEN_PCIX_PH_REG(PCIX_CRB_WINDOW_F3));
 			break;
 		default:
-			printk(KERN_INFO "Changing the window for PCI function"
+			printk(KERN_INFO "Changing the window for PCI function "
 					"%d\n",	adapter->ahw.pci_func);
 			offset = PCI_OFFSET_SECOND_RANGE(adapter,
 					NETXEN_PCIX_PH_REG(PCIX_CRB_WINDOW));
diff --git a/drivers/net/netxen/netxen_nic_init.c b/drivers/net/netxen/netxen_nic_init.c
index 3758926..89d9b53 100644
--- a/drivers/net/netxen/netxen_nic_init.c
+++ b/drivers/net/netxen/netxen_nic_init.c
@@ -1102,8 +1102,8 @@ netxen_process_rcv(struct netxen_adapter *adapter, int ctxid,
 		}
 		if (buffer->lro_current_frags != buffer->lro_expected_frags) {
 			if (buffer->lro_expected_frags != 0) {
-				printk("LRO: (refhandle:%x) recv frag."
-				       "wait for last. flags: %x expected:%d"
+				printk("LRO: (refhandle:%x) recv frag. "
+				       "wait for last. flags: %x expected:%d "
 				       "have:%d\n", index,
 				       netxen_get_sts_desc_lro_last_frag(desc),
 				       buffer->lro_expected_frags,
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c
index a80f0cd..f648d43 100644
--- a/drivers/net/netxen/netxen_nic_main.c
+++ b/drivers/net/netxen/netxen_nic_main.c
@@ -287,7 +287,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 	printk(KERN_INFO "%s \n", netxen_nic_driver_string);
 
 	if (pdev->class != 0x020000) {
-		printk(KERN_ERR"NetXen function %d, class %x will not"
+		printk(KERN_ERR"NetXen function %d, class %x will not "
 				"be enabled.\n",pci_func_id, pdev->class);
 		return -ENODEV;
 	}
@@ -511,7 +511,7 @@ netxen_nic_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 			    vmalloc(RCV_BUFFSIZE);
 
 			if (rcv_desc->rx_buf_arr == NULL) {
-				printk(KERN_ERR "%s: Could not allocate"
+				printk(KERN_ERR "%s: Could not allocate "
 				       "rcv_desc->rx_buf_arr memory:%d\n",
 				       netxen_nic_driver_name,
 				       (int)RCV_BUFFSIZE);
@@ -983,7 +983,7 @@ static int netxen_nic_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
 	}
 
 	if (frag_count > MAX_BUFFERS_PER_CMD) {
-		printk("%s: %s netxen_nic_xmit_frame: frag_count (%d)"
+		printk("%s: %s netxen_nic_xmit_frame: frag_count (%d) "
 		       "too large, can handle only %d frags\n",
 		       netxen_nic_driver_name, netdev->name,
 		       frag_count, MAX_BUFFERS_PER_CMD);
diff --git a/drivers/net/netxen/netxen_nic_niu.c b/drivers/net/netxen/netxen_nic_niu.c
index 5b9e1b3..155429d 100644
--- a/drivers/net/netxen/netxen_nic_niu.c
+++ b/drivers/net/netxen/netxen_nic_niu.c
@@ -544,8 +544,8 @@ int netxen_niu_gbe_handle_phy_interrupt(struct netxen_adapter *adapter,
 								    port,
 								    enable);
 				} else {
-					printk(KERN_ERR PFX "ERROR reading"
-					       "PHY status. Illegal speed.\n");
+					printk(KERN_ERR PFX "ERROR reading "
+					       "PHY status. Invalid speed.\n");
 					result = -1;
 				}
 			} else {
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 33/59] drivers/net/sk98lin: Add missing "space"
       [not found]                                                           ` <938a74cb7895afece561b299f11d28785214bade.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 33/59] drivers/net/sk98lin: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/sk98lin/skgepnmi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/sk98lin/skgepnmi.c b/drivers/net/sk98lin/skgepnmi.c
index b36dd9a..678659f 100644
--- a/drivers/net/sk98lin/skgepnmi.c
+++ b/drivers/net/sk98lin/skgepnmi.c
@@ -383,7 +383,7 @@ int Level)		/* Initialization level */
 			SK_ERR_LOG(pAC, SK_ERRCL_SW, SK_PNMI_ERR049, SK_PNMI_ERR049MSG);
 
 			SK_DBG_MSG(pAC, SK_DBGMOD_PNMI, SK_DBGCAT_INIT | SK_DBGCAT_FATAL,
-					   ("CounterOffset struct size (%d) differs from"
+					   ("CounterOffset struct size (%d) differs from "
 						"SK_PNMI_MAX_IDX (%d)\n",
 						SK_PNMI_CNT_NO, SK_PNMI_MAX_IDX));
 		}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 33/59] drivers/net/sk98lin: Add missing "space"
       [not found]                                                           ` <938a74cb7895afece561b299f11d28785214bade.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/sk98lin/skgepnmi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/sk98lin/skgepnmi.c b/drivers/net/sk98lin/skgepnmi.c
index b36dd9a..678659f 100644
--- a/drivers/net/sk98lin/skgepnmi.c
+++ b/drivers/net/sk98lin/skgepnmi.c
@@ -383,7 +383,7 @@ int Level)		/* Initialization level */
 			SK_ERR_LOG(pAC, SK_ERRCL_SW, SK_PNMI_ERR049, SK_PNMI_ERR049MSG);
 
 			SK_DBG_MSG(pAC, SK_DBGMOD_PNMI, SK_DBGCAT_INIT | SK_DBGCAT_FATAL,
-					   ("CounterOffset struct size (%d) differs from"
+					   ("CounterOffset struct size (%d) differs from "
 						"SK_PNMI_MAX_IDX (%d)\n",
 						SK_PNMI_CNT_NO, SK_PNMI_MAX_IDX));
 		}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 34/59] drivers/net/wan: Add missing "space"
       [not found]                                                           ` <8c0ecd8ae2baa9b0596d352f53c4c3527f3528bd.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
       [not found]                                                               ` <1195523331-15303-35-git-send-email-joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
  2007-11-20 23:52                                                               ` [PATCH 34/59] drivers/net/wan: " Krzysztof Halasa
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 2 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, Krzysztof Halasa, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/wan/wanxl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c
index 8e320b7..ad8c865 100644
--- a/drivers/net/wan/wanxl.c
+++ b/drivers/net/wan/wanxl.c
@@ -743,7 +743,7 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
 	}while (time_after(timeout, jiffies));
 
 	if (!stat) {
-		printk(KERN_WARNING "wanXL %s: timeout while initializing card"
+		printk(KERN_WARNING "wanXL %s: timeout while initializing card "
 		       "firmware\n", pci_name(pdev));
 		wanxl_pci_remove_one(pdev);
 		return -ENODEV;
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 34/59] drivers/net/wan: Add missing "space"
       [not found]                                                           ` <8c0ecd8ae2baa9b0596d352f53c4c3527f3528bd.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 34/59] drivers/net/wan: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jeff Garzik, Krzysztof Halasa, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/wan/wanxl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wan/wanxl.c b/drivers/net/wan/wanxl.c
index 8e320b7..ad8c865 100644
--- a/drivers/net/wan/wanxl.c
+++ b/drivers/net/wan/wanxl.c
@@ -743,7 +743,7 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
 	}while (time_after(timeout, jiffies));
 
 	if (!stat) {
-		printk(KERN_WARNING "wanXL %s: timeout while initializing card"
+		printk(KERN_WARNING "wanXL %s: timeout while initializing card "
 		       "firmware\n", pci_name(pdev));
 		wanxl_pci_remove_one(pdev);
 		return -ENODEV;
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 35/59] drivers/net/wireless: Add missing "space"
       [not found]                                                                   ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
@ 2007-11-20  1:48                                                                     ` Joe Perches
  2007-11-20 16:41                                                                     ` Dan Williams
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Dan Williams, Jeff Garzik, Larry Finger, Michael Buesch,
	Stefano Brivio, libertas-dev-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA


Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
---
 drivers/net/wireless/b43/phy.c             |    2 +-
 drivers/net/wireless/b43legacy/phy.c       |    2 +-
 drivers/net/wireless/bcm43xx/bcm43xx_phy.c |    2 +-
 drivers/net/wireless/libertas/wext.c       |    2 +-
 drivers/net/wireless/netwave_cs.c          |    2 +-
 drivers/net/wireless/p54usb.c              |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/net/wireless/b43/phy.c b/drivers/net/wireless/b43/phy.c
index 3d4ed64..7ff091e 100644
--- a/drivers/net/wireless/b43/phy.c
+++ b/drivers/net/wireless/b43/phy.c
@@ -2214,7 +2214,7 @@ int b43_phy_init_tssi2dbm_table(struct b43_wldev *dev)
 		}
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43err(dev->wl, "Could not allocate memory"
+			b43err(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c
index 22a4b3d..491e518 100644
--- a/drivers/net/wireless/b43legacy/phy.c
+++ b/drivers/net/wireless/b43legacy/phy.c
@@ -2020,7 +2020,7 @@ int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
 			phy->idle_tssi = 62;
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43legacyerr(dev->wl, "Could not allocate memory"
+			b43legacyerr(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
index b37f1e3..af3de33 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
@@ -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;
 		}
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
index c6f5aa3..395b788 100644
--- a/drivers/net/wireless/libertas/wext.c
+++ b/drivers/net/wireless/libertas/wext.c
@@ -1528,7 +1528,7 @@ static int wlan_set_encodeext(struct net_device *dev,
 			&& (ext->key_len != KEY_LEN_WPA_TKIP))
 		    || ((alg == IW_ENCODE_ALG_CCMP)
 		        && (ext->key_len != KEY_LEN_WPA_AES))) {
-				lbs_deb_wext("invalid size %d for key of alg"
+				lbs_deb_wext("invalid size %d for key of alg "
 				       "type %d\n",
 				       ext->key_len,
 				       alg);
diff --git a/drivers/net/wireless/netwave_cs.c b/drivers/net/wireless/netwave_cs.c
index 2402cb8..d2fa079 100644
--- a/drivers/net/wireless/netwave_cs.c
+++ b/drivers/net/wireless/netwave_cs.c
@@ -806,7 +806,7 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
     for (i = 0; i < 6; i++) 
 	dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
 
-    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx"
+    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
 	   "id %c%c, hw_addr %s\n",
 	   dev->name, dev->base_addr, dev->irq,
 	   (u_long) ramBase,
diff --git a/drivers/net/wireless/p54usb.c b/drivers/net/wireless/p54usb.c
index 755482a..60d286e 100644
--- a/drivers/net/wireless/p54usb.c
+++ b/drivers/net/wireless/p54usb.c
@@ -308,7 +308,7 @@ static int p54u_read_eeprom(struct ieee80211_hw *dev)
 
 	buf = kmalloc(0x2020, GFP_KERNEL);
 	if (!buf) {
-		printk(KERN_ERR "prism54usb: cannot allocate memory for"
+		printk(KERN_ERR "prism54usb: cannot allocate memory for "
 		       "eeprom readback!\n");
 		return -ENOMEM;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 35/59] drivers/net/wireless: Add missing "space"
       [not found]                                                           ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dan Williams, Jeff Garzik, Larry Finger, Michael Buesch,
	Stefano Brivio, libertas-dev, linux-wireless, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/wireless/b43/phy.c             |    2 +-
 drivers/net/wireless/b43legacy/phy.c       |    2 +-
 drivers/net/wireless/bcm43xx/bcm43xx_phy.c |    2 +-
 drivers/net/wireless/libertas/wext.c       |    2 +-
 drivers/net/wireless/netwave_cs.c          |    2 +-
 drivers/net/wireless/p54usb.c              |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/net/wireless/b43/phy.c b/drivers/net/wireless/b43/phy.c
index 3d4ed64..7ff091e 100644
--- a/drivers/net/wireless/b43/phy.c
+++ b/drivers/net/wireless/b43/phy.c
@@ -2214,7 +2214,7 @@ int b43_phy_init_tssi2dbm_table(struct b43_wldev *dev)
 		}
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43err(dev->wl, "Could not allocate memory"
+			b43err(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c
index 22a4b3d..491e518 100644
--- a/drivers/net/wireless/b43legacy/phy.c
+++ b/drivers/net/wireless/b43legacy/phy.c
@@ -2020,7 +2020,7 @@ int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
 			phy->idle_tssi = 62;
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43legacyerr(dev->wl, "Could not allocate memory"
+			b43legacyerr(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
index b37f1e3..af3de33 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
@@ -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;
 		}
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
index c6f5aa3..395b788 100644
--- a/drivers/net/wireless/libertas/wext.c
+++ b/drivers/net/wireless/libertas/wext.c
@@ -1528,7 +1528,7 @@ static int wlan_set_encodeext(struct net_device *dev,
 			&& (ext->key_len != KEY_LEN_WPA_TKIP))
 		    || ((alg == IW_ENCODE_ALG_CCMP)
 		        && (ext->key_len != KEY_LEN_WPA_AES))) {
-				lbs_deb_wext("invalid size %d for key of alg"
+				lbs_deb_wext("invalid size %d for key of alg "
 				       "type %d\n",
 				       ext->key_len,
 				       alg);
diff --git a/drivers/net/wireless/netwave_cs.c b/drivers/net/wireless/netwave_cs.c
index 2402cb8..d2fa079 100644
--- a/drivers/net/wireless/netwave_cs.c
+++ b/drivers/net/wireless/netwave_cs.c
@@ -806,7 +806,7 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
     for (i = 0; i < 6; i++) 
 	dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
 
-    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx"
+    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
 	   "id %c%c, hw_addr %s\n",
 	   dev->name, dev->base_addr, dev->irq,
 	   (u_long) ramBase,
diff --git a/drivers/net/wireless/p54usb.c b/drivers/net/wireless/p54usb.c
index 755482a..60d286e 100644
--- a/drivers/net/wireless/p54usb.c
+++ b/drivers/net/wireless/p54usb.c
@@ -308,7 +308,7 @@ static int p54u_read_eeprom(struct ieee80211_hw *dev)
 
 	buf = kmalloc(0x2020, GFP_KERNEL);
 	if (!buf) {
-		printk(KERN_ERR "prism54usb: cannot allocate memory for"
+		printk(KERN_ERR "prism54usb: cannot allocate memory for "
 		       "eeprom readback!\n");
 		return -ENOMEM;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 35/59] drivers/net/wireless: Add missing "space"
       [not found]                                                           ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: Dan Williams, Jeff Garzik, Larry Finger, Michael Buesch,
	Stefano Brivio, libertas-dev, linux-wireless, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/wireless/b43/phy.c             |    2 +-
 drivers/net/wireless/b43legacy/phy.c       |    2 +-
 drivers/net/wireless/bcm43xx/bcm43xx_phy.c |    2 +-
 drivers/net/wireless/libertas/wext.c       |    2 +-
 drivers/net/wireless/netwave_cs.c          |    2 +-
 drivers/net/wireless/p54usb.c              |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/net/wireless/b43/phy.c b/drivers/net/wireless/b43/phy.c
index 3d4ed64..7ff091e 100644
--- a/drivers/net/wireless/b43/phy.c
+++ b/drivers/net/wireless/b43/phy.c
@@ -2214,7 +2214,7 @@ int b43_phy_init_tssi2dbm_table(struct b43_wldev *dev)
 		}
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43err(dev->wl, "Could not allocate memory"
+			b43err(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c
index 22a4b3d..491e518 100644
--- a/drivers/net/wireless/b43legacy/phy.c
+++ b/drivers/net/wireless/b43legacy/phy.c
@@ -2020,7 +2020,7 @@ int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
 			phy->idle_tssi = 62;
 		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
 		if (dyn_tssi2dbm == NULL) {
-			b43legacyerr(dev->wl, "Could not allocate memory"
+			b43legacyerr(dev->wl, "Could not allocate memory "
 			       "for tssi2dbm table\n");
 			return -ENOMEM;
 		}
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
index b37f1e3..af3de33 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
@@ -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;
 		}
diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
index c6f5aa3..395b788 100644
--- a/drivers/net/wireless/libertas/wext.c
+++ b/drivers/net/wireless/libertas/wext.c
@@ -1528,7 +1528,7 @@ static int wlan_set_encodeext(struct net_device *dev,
 			&& (ext->key_len != KEY_LEN_WPA_TKIP))
 		    || ((alg == IW_ENCODE_ALG_CCMP)
 		        && (ext->key_len != KEY_LEN_WPA_AES))) {
-				lbs_deb_wext("invalid size %d for key of alg"
+				lbs_deb_wext("invalid size %d for key of alg "
 				       "type %d\n",
 				       ext->key_len,
 				       alg);
diff --git a/drivers/net/wireless/netwave_cs.c b/drivers/net/wireless/netwave_cs.c
index 2402cb8..d2fa079 100644
--- a/drivers/net/wireless/netwave_cs.c
+++ b/drivers/net/wireless/netwave_cs.c
@@ -806,7 +806,7 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
     for (i = 0; i < 6; i++) 
 	dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
 
-    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx"
+    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
 	   "id %c%c, hw_addr %s\n",
 	   dev->name, dev->base_addr, dev->irq,
 	   (u_long) ramBase,
diff --git a/drivers/net/wireless/p54usb.c b/drivers/net/wireless/p54usb.c
index 755482a..60d286e 100644
--- a/drivers/net/wireless/p54usb.c
+++ b/drivers/net/wireless/p54usb.c
@@ -308,7 +308,7 @@ static int p54u_read_eeprom(struct ieee80211_hw *dev)
 
 	buf = kmalloc(0x2020, GFP_KERNEL);
 	if (!buf) {
-		printk(KERN_ERR "prism54usb: cannot allocate memory for"
+		printk(KERN_ERR "prism54usb: cannot allocate memory for "
 		       "eeprom readback!\n");
 		return -ENOMEM;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 36/59] drivers/net: Add missing "space"
       [not found]                                                           ` <fef2c4f213c930a3c1c1e58c8961249886621caa.1195454435.git.joe@perches.com>
@ 2007-11-20  1:48                                                             ` Joe Perches
  2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: Daniele Venzano, James Chapman, Jeff Garzik, Ramkrishna Vepa,
	Rastapur Santosh, Roger Luethi, Ron Mercer, Sivakumar Subramani,
	Sreenivasa Honnur, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/3c507.c     |    4 ++--
 drivers/net/amd8111e.c  |    4 ++--
 drivers/net/at1700.c    |    2 +-
 drivers/net/pppol2tp.c  |    2 +-
 drivers/net/qla3xxx.c   |    2 +-
 drivers/net/rrunner.c   |    2 +-
 drivers/net/s2io.c      |    6 +++---
 drivers/net/sis900.c    |    6 +++---
 drivers/net/smc9194.c   |    2 +-
 drivers/net/via-rhine.c |    2 +-
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c
index 964d31a..f90ede9 100644
--- a/drivers/net/3c507.c
+++ b/drivers/net/3c507.c
@@ -747,7 +747,7 @@ static void init_82586_mem(struct net_device *dev)
 		int boguscnt = 50;
 		while (readw(shmem+iSCB_STATUS) == 0)
 			if (--boguscnt == 0) {
-				printk("%s: i82586 initialization timed out with status %04x,"
+				printk("%s: i82586 initialization timed out with status %04x, "
 					   "cmd %04x.\n", dev->name,
 					   readw(shmem+iSCB_STATUS), readw(shmem+iSCB_CMD));
 				break;
@@ -832,7 +832,7 @@ static void el16_rx(struct net_device *dev)
 
 		if (rfd_cmd != 0 || data_buffer_addr != rx_head + 22
 			|| (pkt_len & 0xC000) != 0xC000) {
-			printk("%s: Rx frame at %#x corrupted, status %04x cmd %04x"
+			printk("%s: Rx frame at %#x corrupted, status %04x cmd %04x "
 				   "next %04x data-buf @%04x %04x.\n", dev->name, rx_head,
 				   frame_status, rfd_cmd, next_rx_frame, data_buffer_addr,
 				   pkt_len);
diff --git a/drivers/net/amd8111e.c b/drivers/net/amd8111e.c
index eebf5bb..3430cc3 100644
--- a/drivers/net/amd8111e.c
+++ b/drivers/net/amd8111e.c
@@ -1939,13 +1939,13 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
 
 	err = pci_enable_device(pdev);
 	if(err){
-		printk(KERN_ERR "amd8111e: Cannot enable new PCI device,"
+		printk(KERN_ERR "amd8111e: Cannot enable new PCI device, "
 			"exiting.\n");
 		return err;
 	}
 
 	if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){
-		printk(KERN_ERR "amd8111e: Cannot find PCI base address"
+		printk(KERN_ERR "amd8111e: Cannot find PCI base address, "
 		       "exiting.\n");
 		err = -ENODEV;
 		goto err_disable_pdev;
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c
index b032c1b..9704171 100644
--- a/drivers/net/at1700.c
+++ b/drivers/net/at1700.c
@@ -465,7 +465,7 @@ found:
 	/* Snarf the interrupt vector now. */
 	ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev);
 	if (ret) {
-		printk ("  AT1700 at %#3x is unusable due to a conflict on"
+		printk ("  AT1700 at %#3x is unusable due to a conflict on "
 				"IRQ %d.\n", ioaddr, irq);
 		goto err_mca;
 	}
diff --git a/drivers/net/pppol2tp.c b/drivers/net/pppol2tp.c
index a7556cd..1b51bb6 100644
--- a/drivers/net/pppol2tp.c
+++ b/drivers/net/pppol2tp.c
@@ -2489,7 +2489,7 @@ static void __exit pppol2tp_exit(void)
 module_init(pppol2tp_init);
 module_exit(pppol2tp_exit);
 
-MODULE_AUTHOR("Martijn van Oosterhout <kleptog@svana.org>,"
+MODULE_AUTHOR("Martijn van Oosterhout <kleptog@svana.org>, "
 	      "James Chapman <jchapman@katalix.com>");
 MODULE_DESCRIPTION("PPP over L2TP over UDP");
 MODULE_LICENSE("GPL");
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index a579111..4f5d3d4 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -711,7 +711,7 @@ static int ql_mii_write_reg_ex(struct ql3_adapter *qdev,
 	if (ql_wait_for_mii_ready(qdev)) {
 		if (netif_msg_link(qdev))
 			printk(KERN_WARNING PFX
-			       "%s: Timed out waiting for management port to"
+			       "%s: Timed out waiting for management port to "
 			       "get free before issuing command.\n",
 			       qdev->ndev->name);
 		return -1;
diff --git a/drivers/net/rrunner.c b/drivers/net/rrunner.c
index 73a7e65..379ded5 100644
--- a/drivers/net/rrunner.c
+++ b/drivers/net/rrunner.c
@@ -878,7 +878,7 @@ static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx)
 			       dev->name);
 			goto drop;
 		case E_FLG_SYN_ERR:
-			printk(KERN_WARNING "%s: Flag sync. lost during"
+			printk(KERN_WARNING "%s: Flag sync. lost during "
 			       "packet\n", dev->name);
 			goto drop;
 		case E_RX_INV_BUF:
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 6326667..8aff21c 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -3762,7 +3762,7 @@ static int __devinit s2io_test_msi(struct s2io_nic *sp)
 
 	if (!sp->msi_detected) {
 		/* MSI(X) test failed, go back to INTx mode */
-		DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated"
+		DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated "
 			"using MSI(X) during test\n", sp->dev->name,
 			pci_name(pdev));
 
@@ -6705,7 +6705,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
 				/* If either data or addr is zero print it */
 				if(!(sp->msix_info[i].addr &&
 					sp->msix_info[i].data)) {
-					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx"
+					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
 						"Data:0x%lx\n",sp->desc[i],
 						(unsigned long long)
 						sp->msix_info[i].addr,
@@ -6723,7 +6723,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
 				/* If either data or addr is zero print it */
 				if(!(sp->msix_info[i].addr &&
 					sp->msix_info[i].data)) {
-					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx"
+					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
 						"Data:0x%lx\n",sp->desc[i],
 						(unsigned long long)
 						sp->msix_info[i].addr,
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c
index 0857d2c..ec95e49 100644
--- a/drivers/net/sis900.c
+++ b/drivers/net/sis900.c
@@ -419,7 +419,7 @@ static int __devinit sis900_probe(struct pci_dev *pci_dev,
 
 	i = pci_set_dma_mask(pci_dev, DMA_32BIT_MASK);
 	if(i){
-		printk(KERN_ERR "sis900.c: architecture does not support"
+		printk(KERN_ERR "sis900.c: architecture does not support "
 			"32bit PCI busmaster DMA\n");
 		return i;
 	}
@@ -1667,7 +1667,7 @@ static irqreturn_t sis900_interrupt(int irq, void *dev_instance)
 		/* something strange happened !!! */
 		if (status & HIBERR) {
 			if(netif_msg_intr(sis_priv))
-				printk(KERN_INFO "%s: Abnormal interrupt,"
+				printk(KERN_INFO "%s: Abnormal interrupt, "
 					"status %#8.8x.\n", net_dev->name, status);
 			break;
 		}
@@ -1820,7 +1820,7 @@ refill_rx_ring:
 				 * how the hardware will react to this kind
 				 * of degenerated buffer */
 				if (netif_msg_rx_err(sis_priv))
-					printk(KERN_INFO "%s: Memory squeeze,"
+					printk(KERN_INFO "%s: Memory squeeze, "
 						"deferring packet.\n",
 						net_dev->name);
 				net_dev->stats.rx_dropped++;
diff --git a/drivers/net/smc9194.c b/drivers/net/smc9194.c
index cb2698d..de67744 100644
--- a/drivers/net/smc9194.c
+++ b/drivers/net/smc9194.c
@@ -906,7 +906,7 @@ static int __init smc_probe(struct net_device *dev, int ioaddr)
 	SMC_SELECT_BANK(1);
 	base_address_register = inw( ioaddr + BASE );
 	if ( ioaddr != ( base_address_register >> 3 & 0x3E0 ) )  {
-		printk(CARDNAME ": IOADDR %x doesn't match configuration (%x)."
+		printk(CARDNAME ": IOADDR %x doesn't match configuration (%x). "
 			"Probably not a SMC chip\n",
 			ioaddr, base_address_register >> 3 & 0x3E0 );
 		/* well, the base address register didn't match.  Must not have
diff --git a/drivers/net/via-rhine.c b/drivers/net/via-rhine.c
index 07263cd..87c180b 100644
--- a/drivers/net/via-rhine.c
+++ b/drivers/net/via-rhine.c
@@ -1338,7 +1338,7 @@ static irqreturn_t rhine_interrupt(int irq, void *dev_instance)
 				if (debug > 2 &&
 				    ioread8(ioaddr+ChipCmd) & CmdTxOn)
 					printk(KERN_WARNING "%s: "
-					       "rhine_interrupt() Tx engine"
+					       "rhine_interrupt() Tx engine "
 					       "still on.\n", dev->name);
 			}
 			rhine_tx(dev);
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 36/59] drivers/net: Add missing "space"
       [not found]                                                           ` <fef2c4f213c930a3c1c1e58c8961249886621caa.1195454435.git.joe@perches.com>
  2007-11-20  1:48                                                             ` [PATCH 36/59] drivers/net: " Joe Perches
@ 2007-11-20  1:48                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:48 UTC (permalink / raw)
  To: linux-kernel
  Cc: Daniele Venzano, James Chapman, Jeff Garzik, Ramkrishna Vepa,
	Rastapur Santosh, Roger Luethi, Ron Mercer, Sivakumar Subramani,
	Sreenivasa Honnur, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/net/3c507.c     |    4 ++--
 drivers/net/amd8111e.c  |    4 ++--
 drivers/net/at1700.c    |    2 +-
 drivers/net/pppol2tp.c  |    2 +-
 drivers/net/qla3xxx.c   |    2 +-
 drivers/net/rrunner.c   |    2 +-
 drivers/net/s2io.c      |    6 +++---
 drivers/net/sis900.c    |    6 +++---
 drivers/net/smc9194.c   |    2 +-
 drivers/net/via-rhine.c |    2 +-
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c
index 964d31a..f90ede9 100644
--- a/drivers/net/3c507.c
+++ b/drivers/net/3c507.c
@@ -747,7 +747,7 @@ static void init_82586_mem(struct net_device *dev)
 		int boguscnt = 50;
 		while (readw(shmem+iSCB_STATUS) == 0)
 			if (--boguscnt == 0) {
-				printk("%s: i82586 initialization timed out with status %04x,"
+				printk("%s: i82586 initialization timed out with status %04x, "
 					   "cmd %04x.\n", dev->name,
 					   readw(shmem+iSCB_STATUS), readw(shmem+iSCB_CMD));
 				break;
@@ -832,7 +832,7 @@ static void el16_rx(struct net_device *dev)
 
 		if (rfd_cmd != 0 || data_buffer_addr != rx_head + 22
 			|| (pkt_len & 0xC000) != 0xC000) {
-			printk("%s: Rx frame at %#x corrupted, status %04x cmd %04x"
+			printk("%s: Rx frame at %#x corrupted, status %04x cmd %04x "
 				   "next %04x data-buf @%04x %04x.\n", dev->name, rx_head,
 				   frame_status, rfd_cmd, next_rx_frame, data_buffer_addr,
 				   pkt_len);
diff --git a/drivers/net/amd8111e.c b/drivers/net/amd8111e.c
index eebf5bb..3430cc3 100644
--- a/drivers/net/amd8111e.c
+++ b/drivers/net/amd8111e.c
@@ -1939,13 +1939,13 @@ static int __devinit amd8111e_probe_one(struct pci_dev *pdev,
 
 	err = pci_enable_device(pdev);
 	if(err){
-		printk(KERN_ERR "amd8111e: Cannot enable new PCI device,"
+		printk(KERN_ERR "amd8111e: Cannot enable new PCI device, "
 			"exiting.\n");
 		return err;
 	}
 
 	if(!(pci_resource_flags(pdev, 0) & IORESOURCE_MEM)){
-		printk(KERN_ERR "amd8111e: Cannot find PCI base address"
+		printk(KERN_ERR "amd8111e: Cannot find PCI base address, "
 		       "exiting.\n");
 		err = -ENODEV;
 		goto err_disable_pdev;
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c
index b032c1b..9704171 100644
--- a/drivers/net/at1700.c
+++ b/drivers/net/at1700.c
@@ -465,7 +465,7 @@ found:
 	/* Snarf the interrupt vector now. */
 	ret = request_irq(irq, &net_interrupt, 0, DRV_NAME, dev);
 	if (ret) {
-		printk ("  AT1700 at %#3x is unusable due to a conflict on"
+		printk ("  AT1700 at %#3x is unusable due to a conflict on "
 				"IRQ %d.\n", ioaddr, irq);
 		goto err_mca;
 	}
diff --git a/drivers/net/pppol2tp.c b/drivers/net/pppol2tp.c
index a7556cd..1b51bb6 100644
--- a/drivers/net/pppol2tp.c
+++ b/drivers/net/pppol2tp.c
@@ -2489,7 +2489,7 @@ static void __exit pppol2tp_exit(void)
 module_init(pppol2tp_init);
 module_exit(pppol2tp_exit);
 
-MODULE_AUTHOR("Martijn van Oosterhout <kleptog@svana.org>,"
+MODULE_AUTHOR("Martijn van Oosterhout <kleptog@svana.org>, "
 	      "James Chapman <jchapman@katalix.com>");
 MODULE_DESCRIPTION("PPP over L2TP over UDP");
 MODULE_LICENSE("GPL");
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index a579111..4f5d3d4 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -711,7 +711,7 @@ static int ql_mii_write_reg_ex(struct ql3_adapter *qdev,
 	if (ql_wait_for_mii_ready(qdev)) {
 		if (netif_msg_link(qdev))
 			printk(KERN_WARNING PFX
-			       "%s: Timed out waiting for management port to"
+			       "%s: Timed out waiting for management port to "
 			       "get free before issuing command.\n",
 			       qdev->ndev->name);
 		return -1;
diff --git a/drivers/net/rrunner.c b/drivers/net/rrunner.c
index 73a7e65..379ded5 100644
--- a/drivers/net/rrunner.c
+++ b/drivers/net/rrunner.c
@@ -878,7 +878,7 @@ static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx)
 			       dev->name);
 			goto drop;
 		case E_FLG_SYN_ERR:
-			printk(KERN_WARNING "%s: Flag sync. lost during"
+			printk(KERN_WARNING "%s: Flag sync. lost during "
 			       "packet\n", dev->name);
 			goto drop;
 		case E_RX_INV_BUF:
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 6326667..8aff21c 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -3762,7 +3762,7 @@ static int __devinit s2io_test_msi(struct s2io_nic *sp)
 
 	if (!sp->msi_detected) {
 		/* MSI(X) test failed, go back to INTx mode */
-		DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated"
+		DBG_PRINT(ERR_DBG, "%s: PCI %s: No interrupt was generated "
 			"using MSI(X) during test\n", sp->dev->name,
 			pci_name(pdev));
 
@@ -6705,7 +6705,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
 				/* If either data or addr is zero print it */
 				if(!(sp->msix_info[i].addr &&
 					sp->msix_info[i].data)) {
-					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx"
+					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
 						"Data:0x%lx\n",sp->desc[i],
 						(unsigned long long)
 						sp->msix_info[i].addr,
@@ -6723,7 +6723,7 @@ static int s2io_add_isr(struct s2io_nic * sp)
 				/* If either data or addr is zero print it */
 				if(!(sp->msix_info[i].addr &&
 					sp->msix_info[i].data)) {
-					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx"
+					DBG_PRINT(ERR_DBG, "%s @ Addr:0x%llx "
 						"Data:0x%lx\n",sp->desc[i],
 						(unsigned long long)
 						sp->msix_info[i].addr,
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c
index 0857d2c..ec95e49 100644
--- a/drivers/net/sis900.c
+++ b/drivers/net/sis900.c
@@ -419,7 +419,7 @@ static int __devinit sis900_probe(struct pci_dev *pci_dev,
 
 	i = pci_set_dma_mask(pci_dev, DMA_32BIT_MASK);
 	if(i){
-		printk(KERN_ERR "sis900.c: architecture does not support"
+		printk(KERN_ERR "sis900.c: architecture does not support "
 			"32bit PCI busmaster DMA\n");
 		return i;
 	}
@@ -1667,7 +1667,7 @@ static irqreturn_t sis900_interrupt(int irq, void *dev_instance)
 		/* something strange happened !!! */
 		if (status & HIBERR) {
 			if(netif_msg_intr(sis_priv))
-				printk(KERN_INFO "%s: Abnormal interrupt,"
+				printk(KERN_INFO "%s: Abnormal interrupt, "
 					"status %#8.8x.\n", net_dev->name, status);
 			break;
 		}
@@ -1820,7 +1820,7 @@ refill_rx_ring:
 				 * how the hardware will react to this kind
 				 * of degenerated buffer */
 				if (netif_msg_rx_err(sis_priv))
-					printk(KERN_INFO "%s: Memory squeeze,"
+					printk(KERN_INFO "%s: Memory squeeze, "
 						"deferring packet.\n",
 						net_dev->name);
 				net_dev->stats.rx_dropped++;
diff --git a/drivers/net/smc9194.c b/drivers/net/smc9194.c
index cb2698d..de67744 100644
--- a/drivers/net/smc9194.c
+++ b/drivers/net/smc9194.c
@@ -906,7 +906,7 @@ static int __init smc_probe(struct net_device *dev, int ioaddr)
 	SMC_SELECT_BANK(1);
 	base_address_register = inw( ioaddr + BASE );
 	if ( ioaddr != ( base_address_register >> 3 & 0x3E0 ) )  {
-		printk(CARDNAME ": IOADDR %x doesn't match configuration (%x)."
+		printk(CARDNAME ": IOADDR %x doesn't match configuration (%x). "
 			"Probably not a SMC chip\n",
 			ioaddr, base_address_register >> 3 & 0x3E0 );
 		/* well, the base address register didn't match.  Must not have
diff --git a/drivers/net/via-rhine.c b/drivers/net/via-rhine.c
index 07263cd..87c180b 100644
--- a/drivers/net/via-rhine.c
+++ b/drivers/net/via-rhine.c
@@ -1338,7 +1338,7 @@ static irqreturn_t rhine_interrupt(int irq, void *dev_instance)
 				if (debug > 2 &&
 				    ioread8(ioaddr+ChipCmd) & CmdTxOn)
 					printk(KERN_WARNING "%s: "
-					       "rhine_interrupt() Tx engine"
+					       "rhine_interrupt() Tx engine "
 					       "still on.\n", dev->name);
 			}
 			rhine_tx(dev);
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 50/59] net/bridge: Add missing "space"
       [not found]                                                           ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:48                                                               ` David Miller
  2007-11-20  1:53                                                             ` Joe Perches
                                                                               ` (2 subsequent siblings)
  3 siblings, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Bart De Schuymer, Networking Team, Patrick McHardy, coreteam,
	ebtables-devel, ebtables-user, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/bridge/netfilter/ebt_among.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/bridge/netfilter/ebt_among.c b/net/bridge/netfilter/ebt_among.c
index 392d877..6436d30 100644
--- a/net/bridge/netfilter/ebt_among.c
+++ b/net/bridge/netfilter/ebt_among.c
@@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
 
 	if (datalen != EBT_ALIGN(expected_length)) {
 		printk(KERN_WARNING
-		       "ebtables: among: wrong size: %d"
+		       "ebtables: among: wrong size: %d "
 		       "against expected %d, rounded to %Zd\n",
 		       datalen, expected_length,
 		       EBT_ALIGN(expected_length));
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 50/59] net/bridge: Add missing "space"
       [not found]                                                           ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 50/59] net/bridge: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  3 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Bart De Schuymer, Networking Team, Patrick McHardy, coreteam,
	ebtables-devel, ebtables-user, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/bridge/netfilter/ebt_among.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/bridge/netfilter/ebt_among.c b/net/bridge/netfilter/ebt_among.c
index 392d877..6436d30 100644
--- a/net/bridge/netfilter/ebt_among.c
+++ b/net/bridge/netfilter/ebt_among.c
@@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
 
 	if (datalen != EBT_ALIGN(expected_length)) {
 		printk(KERN_WARNING
-		       "ebtables: among: wrong size: %d"
+		       "ebtables: among: wrong size: %d "
 		       "against expected %d, rounded to %Zd\n",
 		       datalen, expected_length,
 		       EBT_ALIGN(expected_length));
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 50/59] net/bridge: Add missing "space"
       [not found]                                                           ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 50/59] net/bridge: " Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  3 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Bart De Schuymer, Networking Team, Patrick McHardy, coreteam,
	ebtables-devel, ebtables-user, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/bridge/netfilter/ebt_among.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/bridge/netfilter/ebt_among.c b/net/bridge/netfilter/ebt_among.c
index 392d877..6436d30 100644
--- a/net/bridge/netfilter/ebt_among.c
+++ b/net/bridge/netfilter/ebt_among.c
@@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
 
 	if (datalen != EBT_ALIGN(expected_length)) {
 		printk(KERN_WARNING
-		       "ebtables: among: wrong size: %d"
+		       "ebtables: among: wrong size: %d "
 		       "against expected %d, rounded to %Zd\n",
 		       datalen, expected_length,
 		       EBT_ALIGN(expected_length));
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 50/59] net/bridge: Add missing "space"
       [not found]                                                           ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
                                                                               ` (2 preceding siblings ...)
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  3 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Bart De Schuymer, Networking Team, Patrick McHardy, coreteam,
	ebtables-devel, ebtables-user, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/bridge/netfilter/ebt_among.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/bridge/netfilter/ebt_among.c b/net/bridge/netfilter/ebt_among.c
index 392d877..6436d30 100644
--- a/net/bridge/netfilter/ebt_among.c
+++ b/net/bridge/netfilter/ebt_among.c
@@ -187,7 +187,7 @@ static int ebt_among_check(const char *tablename, unsigned int hookmask,
 
 	if (datalen != EBT_ALIGN(expected_length)) {
 		printk(KERN_WARNING
-		       "ebtables: among: wrong size: %d"
+		       "ebtables: among: wrong size: %d "
 		       "against expected %d, rounded to %Zd\n",
 		       datalen, expected_length,
 		       EBT_ALIGN(expected_length));
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 51/59] net/dccp: Add missing "space"
       [not found]                                                           ` <29542305a25cef11c0f5f7e978d9bf50ef60b4b3.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 51/59] net/dccp: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:48                                                               ` David Miller
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Arnaldo Carvalho de Melo, Networking Team, dccp


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/dccp/ccids/lib/loss_interval.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c
index 40ad428..d26b88d 100644
--- a/net/dccp/ccids/lib/loss_interval.c
+++ b/net/dccp/ccids/lib/loss_interval.c
@@ -166,7 +166,7 @@ static u32 dccp_li_calc_first_li(struct sock *sk,
 	}
 
 	if (unlikely(interval == 0)) {
-		DCCP_WARN("%s(%p), Could not find a win_count interval > 0."
+		DCCP_WARN("%s(%p), Could not find a win_count interval > 0. "
 			  "Defaulting to 1\n", dccp_role(sk), sk);
 		interval = 1;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 51/59] net/dccp: Add missing "space"
       [not found]                                                           ` <29542305a25cef11c0f5f7e978d9bf50ef60b4b3.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Arnaldo Carvalho de Melo, Networking Team, dccp


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/dccp/ccids/lib/loss_interval.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/dccp/ccids/lib/loss_interval.c b/net/dccp/ccids/lib/loss_interval.c
index 40ad428..d26b88d 100644
--- a/net/dccp/ccids/lib/loss_interval.c
+++ b/net/dccp/ccids/lib/loss_interval.c
@@ -166,7 +166,7 @@ static u32 dccp_li_calc_first_li(struct sock *sk,
 	}
 
 	if (unlikely(interval == 0)) {
-		DCCP_WARN("%s(%p), Could not find a win_count interval > 0."
+		DCCP_WARN("%s(%p), Could not find a win_count interval > 0. "
 			  "Defaulting to 1\n", dccp_role(sk), sk);
 		interval = 1;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 52/59] net/ipv4: Add missing "space"
       [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
                                                                               ` (2 preceding siblings ...)
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:48                                                               ` David Miller
  2007-11-20  6:59                                                             ` Simon Horman
  4 siblings, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy,
	coreteam, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv4/ipvs/ip_vs_core.c       |    2 +-
 net/ipv4/netfilter/iptable_raw.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index 20c884a..8fba202 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
 	verdict = NF_DROP;
 
 	if (IP_VS_FWD_METHOD(cp) != 0) {
-		IP_VS_ERR("shouldn't reach here, because the box is on the"
+		IP_VS_ERR("shouldn't reach here, because the box is on the "
 			  "half connection in the tun/dr module.\n");
 	}
 
diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c
index 5de6e57..f867865 100644
--- a/net/ipv4/netfilter/iptable_raw.c
+++ b/net/ipv4/netfilter/iptable_raw.c
@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
 	if (skb->len < sizeof(struct iphdr) ||
 	    ip_hdrlen(skb) < sizeof(struct iphdr)) {
 		if (net_ratelimit())
-			printk("iptable_raw: ignoring short SOCK_RAW"
+			printk("iptable_raw: ignoring short SOCK_RAW "
 			       "packet.\n");
 		return NF_ACCEPT;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 52/59] net/ipv4: Add missing "space"
       [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 52/59] net/ipv4: " Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  6:59                                                             ` Simon Horman
  4 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy,
	coreteam, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv4/ipvs/ip_vs_core.c       |    2 +-
 net/ipv4/netfilter/iptable_raw.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index 20c884a..8fba202 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
 	verdict = NF_DROP;
 
 	if (IP_VS_FWD_METHOD(cp) != 0) {
-		IP_VS_ERR("shouldn't reach here, because the box is on the"
+		IP_VS_ERR("shouldn't reach here, because the box is on the "
 			  "half connection in the tun/dr module.\n");
 	}
 
diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c
index 5de6e57..f867865 100644
--- a/net/ipv4/netfilter/iptable_raw.c
+++ b/net/ipv4/netfilter/iptable_raw.c
@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
 	if (skb->len < sizeof(struct iphdr) ||
 	    ip_hdrlen(skb) < sizeof(struct iphdr)) {
 		if (net_ratelimit())
-			printk("iptable_raw: ignoring short SOCK_RAW"
+			printk("iptable_raw: ignoring short SOCK_RAW "
 			       "packet.\n");
 		return NF_ACCEPT;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 52/59] net/ipv4: Add missing "space"
       [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
                                                                               ` (3 subsequent siblings)
  4 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy,
	coreteam, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv4/ipvs/ip_vs_core.c       |    2 +-
 net/ipv4/netfilter/iptable_raw.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index 20c884a..8fba202 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
 	verdict = NF_DROP;
 
 	if (IP_VS_FWD_METHOD(cp) != 0) {
-		IP_VS_ERR("shouldn't reach here, because the box is on the"
+		IP_VS_ERR("shouldn't reach here, because the box is on the "
 			  "half connection in the tun/dr module.\n");
 	}
 
diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c
index 5de6e57..f867865 100644
--- a/net/ipv4/netfilter/iptable_raw.c
+++ b/net/ipv4/netfilter/iptable_raw.c
@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
 	if (skb->len < sizeof(struct iphdr) ||
 	    ip_hdrlen(skb) < sizeof(struct iphdr)) {
 		if (net_ratelimit())
-			printk("iptable_raw: ignoring short SOCK_RAW"
+			printk("iptable_raw: ignoring short SOCK_RAW "
 			       "packet.\n");
 		return NF_ACCEPT;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 52/59] net/ipv4: Add missing "space"
       [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 52/59] net/ipv4: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
                                                                               ` (2 subsequent siblings)
  4 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy,
	coreteam, netfilter-devel, netfilter


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv4/ipvs/ip_vs_core.c       |    2 +-
 net/ipv4/netfilter/iptable_raw.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
index 20c884a..8fba202 100644
--- a/net/ipv4/ipvs/ip_vs_core.c
+++ b/net/ipv4/ipvs/ip_vs_core.c
@@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
 	verdict = NF_DROP;
 
 	if (IP_VS_FWD_METHOD(cp) != 0) {
-		IP_VS_ERR("shouldn't reach here, because the box is on the"
+		IP_VS_ERR("shouldn't reach here, because the box is on the "
 			  "half connection in the tun/dr module.\n");
 	}
 
diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c
index 5de6e57..f867865 100644
--- a/net/ipv4/netfilter/iptable_raw.c
+++ b/net/ipv4/netfilter/iptable_raw.c
@@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
 	if (skb->len < sizeof(struct iphdr) ||
 	    ip_hdrlen(skb) < sizeof(struct iphdr)) {
 		if (net_ratelimit())
-			printk("iptable_raw: ignoring short SOCK_RAW"
+			printk("iptable_raw: ignoring short SOCK_RAW "
 			       "packet.\n");
 		return NF_ACCEPT;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 53/59] net/ipv6: Add missing "space"
       [not found]                                                           ` <e6a341b03ca9134b944d3021738a795c4e9085c7.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:48                                                               ` David Miller
  2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv6/addrconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 1bd8d81..567664e 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -967,7 +967,7 @@ int ipv6_dev_get_saddr(struct net_device *daddr_dev,
 			if (unlikely(score.addr_type == IPV6_ADDR_ANY ||
 				     score.addr_type & IPV6_ADDR_MULTICAST)) {
 				LIMIT_NETDEBUG(KERN_DEBUG
-					       "ADDRCONF: unspecified / multicast address"
+					       "ADDRCONF: unspecified / multicast address "
 					       "assigned as unicast address on %s",
 					       dev->name);
 				continue;
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 53/59] net/ipv6: Add missing "space"
       [not found]                                                           ` <e6a341b03ca9134b944d3021738a795c4e9085c7.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 53/59] net/ipv6: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Pekka Savola (ipv6), Alexey Kuznetsov, David S. Miller,
	Hideaki YOSHIFUJI, James Morris, Networking Team, Patrick McHardy


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/ipv6/addrconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 1bd8d81..567664e 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -967,7 +967,7 @@ int ipv6_dev_get_saddr(struct net_device *daddr_dev,
 			if (unlikely(score.addr_type == IPV6_ADDR_ANY ||
 				     score.addr_type & IPV6_ADDR_MULTICAST)) {
 				LIMIT_NETDEBUG(KERN_DEBUG
-					       "ADDRCONF: unspecified / multicast address"
+					       "ADDRCONF: unspecified / multicast address "
 					       "assigned as unicast address on %s",
 					       dev->name);
 				continue;
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 54/59] net/irda: Add missing "space"
       [not found]                                                           ` <40f9ed858135b417a27a0a628667cc0da0d91e73.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:49                                                               ` David Miller
  2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Networking Team, Samuel Ortiz


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/irda/iriap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/irda/iriap.c b/net/irda/iriap.c
index dc5e34a..a86a5d8 100644
--- a/net/irda/iriap.c
+++ b/net/irda/iriap.c
@@ -928,7 +928,7 @@ void iriap_call_indication(struct iriap_cb *self, struct sk_buff *skb)
 
 	opcode = fp[0];
 	if (~opcode & 0x80) {
-		IRDA_WARNING("%s: IrIAS multiframe commands or results"
+		IRDA_WARNING("%s: IrIAS multiframe commands or results "
 			     "is not implemented yet!\n", __FUNCTION__);
 		return;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 54/59] net/irda: Add missing "space"
       [not found]                                                           ` <40f9ed858135b417a27a0a628667cc0da0d91e73.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 54/59] net/irda: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: Networking Team, Samuel Ortiz


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/irda/iriap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/irda/iriap.c b/net/irda/iriap.c
index dc5e34a..a86a5d8 100644
--- a/net/irda/iriap.c
+++ b/net/irda/iriap.c
@@ -928,7 +928,7 @@ void iriap_call_indication(struct iriap_cb *self, struct sk_buff *skb)
 
 	opcode = fp[0];
 	if (~opcode & 0x80) {
-		IRDA_WARNING("%s: IrIAS multiframe commands or results"
+		IRDA_WARNING("%s: IrIAS multiframe commands or results "
 			     "is not implemented yet!\n", __FUNCTION__);
 		return;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 55/59] net/sctp: Add missing "space"
       [not found]                                                           ` <c7b79830e5796ae4499e169a357b575320fb0fe0.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 55/59] net/sctp: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:49                                                               ` David Miller
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Networking Team, Sridhar Samudrala, Vlad Yasevich,
	lksctp-developers


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/sctp/sm_statefuns.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index 5ebbe80..b8bbb96 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -1146,7 +1146,7 @@ sctp_disposition_t sctp_sf_backbeat_8_3(const struct sctp_endpoint *ep,
 	/* Check if the timestamp looks valid.  */
 	if (time_after(hbinfo->sent_at, jiffies) ||
 	    time_after(jiffies, hbinfo->sent_at + max_interval)) {
-		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp"
+		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp "
 				  "received for transport: %p\n",
 				   __FUNCTION__, link);
 		return SCTP_DISPOSITION_DISCARD;
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 55/59] net/sctp: Add missing "space"
       [not found]                                                           ` <c7b79830e5796ae4499e169a357b575320fb0fe0.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Networking Team, Sridhar Samudrala, Vlad Yasevich,
	lksctp-developers


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/sctp/sm_statefuns.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index 5ebbe80..b8bbb96 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -1146,7 +1146,7 @@ sctp_disposition_t sctp_sf_backbeat_8_3(const struct sctp_endpoint *ep,
 	/* Check if the timestamp looks valid.  */
 	if (time_after(hbinfo->sent_at, jiffies) ||
 	    time_after(jiffies, hbinfo->sent_at + max_interval)) {
-		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp"
+		SCTP_DEBUG_PRINTK("%s: HEARTBEAT ACK with invalid timestamp "
 				  "received for transport: %p\n",
 				   __FUNCTION__, link);
 		return SCTP_DISPOSITION_DISCARD;
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 56/59] net/sunrpc: Add missing "space"
       [not found]                                                           ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe@perches.com>
  2007-11-20  1:53                                                             ` [PATCH 56/59] net/sunrpc: " Joe Perches
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  7:49                                                               ` David Miller
  1 sibling, 1 reply; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: J. Bruce Fields, Neil Brown, Networking Team, Trond Myklebust,
	linux-kernel, nfs


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/sunrpc/auth_gss/auth_gss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index 53995af..22906b8 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -967,7 +967,7 @@ gss_validate(struct rpc_task *task, __be32 *p)
 	if (maj_stat == GSS_S_CONTEXT_EXPIRED)
 		clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
 	if (maj_stat) {
-		dprintk("RPC: %5u gss_validate: gss_verify_mic returned"
+		dprintk("RPC: %5u gss_validate: gss_verify_mic returned "
 				"error 0x%08x\n", task->tk_pid, maj_stat);
 		goto out_bad;
 	}
-- 
1.5.3.5.652.gf192c


^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [NFS] [PATCH 56/59] net/sunrpc: Add missing "space"
       [not found]                                                                   ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
@ 2007-11-20  1:53                                                                     ` Joe Perches
  0 siblings, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Neil Brown, Networking Team, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Trond Myklebust, J. Bruce Fields,
	nfs-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f


Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
---
 net/sunrpc/auth_gss/auth_gss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index 53995af..22906b8 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -967,7 +967,7 @@ gss_validate(struct rpc_task *task, __be32 *p)
 	if (maj_stat == GSS_S_CONTEXT_EXPIRED)
 		clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
 	if (maj_stat) {
-		dprintk("RPC: %5u gss_validate: gss_verify_mic returned"
+		dprintk("RPC: %5u gss_validate: gss_verify_mic returned "
 				"error 0x%08x\n", task->tk_pid, maj_stat);
 		goto out_bad;
 	}
-- 
1.5.3.5.652.gf192c


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NFS maillist  -  NFS-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/nfs
_______________________________________________
Please note that nfs-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org is being discontinued.
Please subscribe to linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org instead.
    http://vger.kernel.org/vger-lists.html#linux-nfs

-
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* [PATCH 56/59] net/sunrpc: Add missing "space"
       [not found]                                                           ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe@perches.com>
@ 2007-11-20  1:53                                                             ` Joe Perches
  2007-11-20  1:53                                                             ` Joe Perches
  1 sibling, 0 replies; 48+ messages in thread
From: Joe Perches @ 2007-11-20  1:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: J. Bruce Fields, Neil Brown, Networking Team, Trond Myklebust,
	linux-kernel, nfs


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/sunrpc/auth_gss/auth_gss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index 53995af..22906b8 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -967,7 +967,7 @@ gss_validate(struct rpc_task *task, __be32 *p)
 	if (maj_stat == GSS_S_CONTEXT_EXPIRED)
 		clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
 	if (maj_stat) {
-		dprintk("RPC: %5u gss_validate: gss_verify_mic returned"
+		dprintk("RPC: %5u gss_validate: gss_verify_mic returned "
 				"error 0x%08x\n", task->tk_pid, maj_stat);
 		goto out_bad;
 	}
-- 
1.5.3.5.652.gf192c

^ permalink raw reply related	[flat|nested] 48+ messages in thread

* Re: [PATCH 52/59] net/ipv4: Add missing "space"
       [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
                                                                               ` (3 preceding siblings ...)
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  6:59                                                             ` Simon Horman
  4 siblings, 0 replies; 48+ messages in thread
From: Simon Horman @ 2007-11-20  6:59 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Networking Team,
	Patrick McHardy, coreteam, netfilter-devel, netfilter

On Mon, Nov 19, 2007 at 05:53:39PM -0800, Joe Perches wrote:
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Simon Horman <horms@verge.net.au>

> ---
>  net/ipv4/ipvs/ip_vs_core.c       |    2 +-
>  net/ipv4/netfilter/iptable_raw.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/ipv4/ipvs/ip_vs_core.c b/net/ipv4/ipvs/ip_vs_core.c
> index 20c884a..8fba202 100644
> --- a/net/ipv4/ipvs/ip_vs_core.c
> +++ b/net/ipv4/ipvs/ip_vs_core.c
> @@ -637,7 +637,7 @@ static int ip_vs_out_icmp(struct sk_buff *skb, int *related)
>  	verdict = NF_DROP;
>  
>  	if (IP_VS_FWD_METHOD(cp) != 0) {
> -		IP_VS_ERR("shouldn't reach here, because the box is on the"
> +		IP_VS_ERR("shouldn't reach here, because the box is on the "
>  			  "half connection in the tun/dr module.\n");
>  	}
>  
> diff --git a/net/ipv4/netfilter/iptable_raw.c b/net/ipv4/netfilter/iptable_raw.c
> index 5de6e57..f867865 100644
> --- a/net/ipv4/netfilter/iptable_raw.c
> +++ b/net/ipv4/netfilter/iptable_raw.c
> @@ -66,7 +66,7 @@ ipt_local_hook(unsigned int hook,
>  	if (skb->len < sizeof(struct iphdr) ||
>  	    ip_hdrlen(skb) < sizeof(struct iphdr)) {
>  		if (net_ratelimit())
> -			printk("iptable_raw: ignoring short SOCK_RAW"
> +			printk("iptable_raw: ignoring short SOCK_RAW "
>  			       "packet.\n");
>  		return NF_ACCEPT;
>  	}
> -- 
> 1.5.3.5.652.gf192c
> 
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Horms


^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 51/59] net/dccp: Add missing "space"
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  7:48                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:48 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, acme, netdev, dccp

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:38 -0800

> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 52/59] net/ipv4: Add missing "space"
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  7:48                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:48 UTC (permalink / raw)
  To: joe
  Cc: linux-kernel, pekkas, kuznet, yoshfuji, jmorris, netdev, kaber,
	coreteam, netfilter-devel, netfilter

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:39 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 50/59] net/bridge: Add missing "space"
  2007-11-20  1:53                                                             ` [PATCH 50/59] net/bridge: " Joe Perches
@ 2007-11-20  7:48                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:48 UTC (permalink / raw)
  To: joe
  Cc: linux-kernel, bart.de.schuymer, netdev, kaber, coreteam,
	ebtables-devel, ebtables-user, netfilter-devel, netfilter

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:37 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 53/59] net/ipv6: Add missing "space"
  2007-11-20  1:53                                                             ` [PATCH 53/59] net/ipv6: " Joe Perches
@ 2007-11-20  7:48                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:48 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, pekkas, kuznet, yoshfuji, jmorris, netdev, kaber

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:40 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 55/59] net/sctp: Add missing "space"
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  7:49                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:49 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, netdev, sri, vladislav.yasevich, lksctp-developers

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:42 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 56/59] net/sunrpc: Add missing "space"
  2007-11-20  1:53                                                             ` Joe Perches
@ 2007-11-20  7:49                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:49 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, bfields, neilb, netdev, trond.myklebust, nfs

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:43 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 54/59] net/irda: Add missing "space"
  2007-11-20  1:53                                                             ` [PATCH 54/59] net/irda: " Joe Perches
@ 2007-11-20  7:49                                                               ` David Miller
  0 siblings, 0 replies; 48+ messages in thread
From: David Miller @ 2007-11-20  7:49 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, netdev, samuel

From: Joe Perches <joe@perches.com>
Date: Mon, 19 Nov 2007 17:53:41 -0800

> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 35/59] drivers/net/wireless: Add missing "space"
       [not found]                                                                   ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
  2007-11-20  1:48                                                                     ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
@ 2007-11-20 16:41                                                                     ` Dan Williams
  1 sibling, 0 replies; 48+ messages in thread
From: Dan Williams @ 2007-11-20 16:41 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jeff Garzik, Larry Finger,
	Michael Buesch, Stefano Brivio,
	libertas-dev-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-wireless-u79uwXL29TY76Z2rM5mHXA,
	netdev-u79uwXL29TY76Z2rM5mHXA

On Mon, 2007-11-19 at 17:48 -0800, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
> ---
>  drivers/net/wireless/b43/phy.c             |    2 +-
>  drivers/net/wireless/b43legacy/phy.c       |    2 +-
>  drivers/net/wireless/bcm43xx/bcm43xx_phy.c |    2 +-
>  drivers/net/wireless/libertas/wext.c       |    2 +-
>  drivers/net/wireless/netwave_cs.c          |    2 +-
>  drivers/net/wireless/p54usb.c              |    2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/net/wireless/b43/phy.c b/drivers/net/wireless/b43/phy.c
> index 3d4ed64..7ff091e 100644
> --- a/drivers/net/wireless/b43/phy.c
> +++ b/drivers/net/wireless/b43/phy.c
> @@ -2214,7 +2214,7 @@ int b43_phy_init_tssi2dbm_table(struct b43_wldev *dev)
>  		}
>  		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
>  		if (dyn_tssi2dbm == NULL) {
> -			b43err(dev->wl, "Could not allocate memory"
> +			b43err(dev->wl, "Could not allocate memory "
>  			       "for tssi2dbm table\n");
>  			return -ENOMEM;
>  		}
> diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c
> index 22a4b3d..491e518 100644
> --- a/drivers/net/wireless/b43legacy/phy.c
> +++ b/drivers/net/wireless/b43legacy/phy.c
> @@ -2020,7 +2020,7 @@ int b43legacy_phy_init_tssi2dbm_table(struct b43legacy_wldev *dev)
>  			phy->idle_tssi = 62;
>  		dyn_tssi2dbm = kmalloc(64, GFP_KERNEL);
>  		if (dyn_tssi2dbm == NULL) {
> -			b43legacyerr(dev->wl, "Could not allocate memory"
> +			b43legacyerr(dev->wl, "Could not allocate memory "
>  			       "for tssi2dbm table\n");
>  			return -ENOMEM;
>  		}
> diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
> index b37f1e3..af3de33 100644
> --- a/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
> +++ b/drivers/net/wireless/bcm43xx/bcm43xx_phy.c
> @@ -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;
>  		}
> diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
> index c6f5aa3..395b788 100644
> --- a/drivers/net/wireless/libertas/wext.c
> +++ b/drivers/net/wireless/libertas/wext.c
> @@ -1528,7 +1528,7 @@ static int wlan_set_encodeext(struct net_device *dev,
>  			&& (ext->key_len != KEY_LEN_WPA_TKIP))
>  		    || ((alg == IW_ENCODE_ALG_CCMP)
>  		        && (ext->key_len != KEY_LEN_WPA_AES))) {
> -				lbs_deb_wext("invalid size %d for key of alg"
> +				lbs_deb_wext("invalid size %d for key of alg "
>  				       "type %d\n",
>  				       ext->key_len,
>  				       alg);

Acked-by: Dan Williams <dcbw-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

> diff --git a/drivers/net/wireless/netwave_cs.c b/drivers/net/wireless/netwave_cs.c
> index 2402cb8..d2fa079 100644
> --- a/drivers/net/wireless/netwave_cs.c
> +++ b/drivers/net/wireless/netwave_cs.c
> @@ -806,7 +806,7 @@ static int netwave_pcmcia_config(struct pcmcia_device *link) {
>      for (i = 0; i < 6; i++) 
>  	dev->dev_addr[i] = readb(ramBase + NETWAVE_EREG_PA + i);
>  
> -    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx"
> +    printk(KERN_INFO "%s: Netwave: port %#3lx, irq %d, mem %lx, "
>  	   "id %c%c, hw_addr %s\n",
>  	   dev->name, dev->base_addr, dev->irq,
>  	   (u_long) ramBase,
> diff --git a/drivers/net/wireless/p54usb.c b/drivers/net/wireless/p54usb.c
> index 755482a..60d286e 100644
> --- a/drivers/net/wireless/p54usb.c
> +++ b/drivers/net/wireless/p54usb.c
> @@ -308,7 +308,7 @@ static int p54u_read_eeprom(struct ieee80211_hw *dev)
>  
>  	buf = kmalloc(0x2020, GFP_KERNEL);
>  	if (!buf) {
> -		printk(KERN_ERR "prism54usb: cannot allocate memory for"
> +		printk(KERN_ERR "prism54usb: cannot allocate memory for "
>  		       "eeprom readback!\n");
>  		return -ENOMEM;
>  	}

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 34/59] drivers/net/wan: Add missing "space"
  2007-11-20  1:48                                                             ` [PATCH 34/59] drivers/net/wan: " Joe Perches
       [not found]                                                               ` <1195523331-15303-35-git-send-email-joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
@ 2007-11-20 23:52                                                               ` Krzysztof Halasa
  1 sibling, 0 replies; 48+ messages in thread
From: Krzysztof Halasa @ 2007-11-20 23:52 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Jeff Garzik, netdev

Joe Perches <joe@perches.com> writes:

> --- a/drivers/net/wan/wanxl.c
> +++ b/drivers/net/wan/wanxl.c
> @@ -743,7 +743,7 @@ static int __devinit wanxl_pci_init_one(struct pci_dev *pdev,
>  	}while (time_after(timeout, jiffies));
>  
>  	if (!stat) {
> -		printk(KERN_WARNING "wanXL %s: timeout while initializing card"
> +		printk(KERN_WARNING "wanXL %s: timeout while initializing card "
>  		       "firmware\n", pci_name(pdev));
>  		wanxl_pci_remove_one(pdev);
>  		return -ENODEV;

Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
Thanks.
-- 
Krzysztof Halasa

^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 29/59] drivers/net/chelsio: Add missing "space"
  2007-11-20  1:48                                                             ` [PATCH 29/59] drivers/net/chelsio: Add missing "space" Joe Perches
@ 2007-11-24  1:57                                                               ` Jeff Garzik
  0 siblings, 0 replies; 48+ messages in thread
From: Jeff Garzik @ 2007-11-24  1:57 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, netdev

Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  drivers/net/chelsio/cxgb2.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

appied 29-36 to netdev#upstream



^ permalink raw reply	[flat|nested] 48+ messages in thread

* Re: [PATCH 31/59] drivers/net/ixgb: Add missing "space"
  2007-11-20  1:48                                                             ` [PATCH 31/59] drivers/net/ixgb: " Joe Perches
@ 2007-11-26 23:16                                                               ` Kok, Auke
  0 siblings, 0 replies; 48+ messages in thread
From: Kok, Auke @ 2007-11-26 23:16 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Joe Perches, linux-kernel, netdev

Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  drivers/net/ixgbe/ixgbe_common.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c
> index 512e3b2..b7e50bc 100644
> --- a/drivers/net/ixgbe/ixgbe_common.c
> +++ b/drivers/net/ixgbe/ixgbe_common.c
> @@ -950,7 +950,7 @@ s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
>  	u32 rmcs_reg;
>  
>  	if (packetbuf_num < 0 || packetbuf_num > 7)
> -		hw_dbg(hw, "Invalid packet buffer number [%d], expected range"
> +		hw_dbg(hw, "Invalid packet buffer number [%d], expected range "
>  		       "is 0-7\n", packetbuf_num);
>  
>  	frctl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);

Jeff, please apply in case you didn't do so yet.

Acked-by: Auke Kok <auke-jan.h.kok@intel.com>

Auke

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2007-11-26 23:16 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1195523331-15303-1-git-send-email-joe@perches.com>
     [not found] ` <1195523331-15303-2-git-send-email-joe@perches.com>
     [not found]   ` <1195523331-15303-3-git-send-email-joe@perches.com>
     [not found]     ` <1195523331-15303-4-git-send-email-joe@perches.com>
     [not found]       ` <1195523331-15303-5-git-send-email-joe@perches.com>
     [not found]         ` <1195523331-15303-6-git-send-email-joe@perches.com>
     [not found]           ` <1195523331-15303-7-git-send-email-joe@perches.com>
     [not found]             ` <1195523331-15303-8-git-send-email-joe@perches.com>
     [not found]               ` <1195523331-15303-9-git-send-email-joe@perches.com>
     [not found]                 ` <1195523331-15303-10-git-send-email-joe@perches.com>
     [not found]                   ` <1195523331-15303-11-git-send-email-joe@perches.com>
     [not found]                     ` <1195523331-15303-12-git-send-email-joe@perches.com>
     [not found]                       ` <1195523331-15303-13-git-send-email-joe@perches.com>
     [not found]                         ` <1195523331-15303-14-git-send-email-joe@perches.com>
     [not found]                           ` <1195523331-15303-15-git-send-email-joe@perches.com>
     [not found]                             ` <1195523331-15303-16-git-send-email-joe@perches.com>
     [not found]                               ` <1195523331-15303-17-git-send-email-joe@perches.com>
     [not found]                                 ` <1195523331-15303-18-git-send-email-joe@perches.com>
     [not found]                                   ` <1195523331-15303-19-git-send-email-joe@perches.com>
     [not found]                                     ` <1195523331-15303-20-git-send-email-joe@perches.com>
     [not found]                                       ` <1195523331-15303-21-git-send-email-joe@perches.com>
     [not found]                                         ` <1195523331-15303-22-git-send-email-joe@perches.com>
     [not found]                                           ` <1195523331-15303-23-git-send-email-joe@perches.com>
     [not found]                                             ` <1195523331-15303-24-git-send-email-joe@perches.com>
     [not found]                                               ` <1195523331-15303-25-git-send-email-joe@perches.com>
     [not found]                                                 ` <1195523331-15303-26-git-send-email-joe@perches.com>
     [not found]                                                   ` <1195523331-15303-27-git-send-email-joe@perches.com>
     [not found]                                                     ` <1195523331-15303-28-git-send-email-joe@perches.com>
     [not found]                                                       ` <1195523331-15303-29-git-send-email-joe@perches.com>
     [not found]                                                         ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com>
     [not found]                                                           ` <6a2d5da40bdf6d7a6595ac2482dd88b7182a74b1.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 29/59] drivers/net/chelsio: Add missing "space" Joe Perches
2007-11-24  1:57                                                               ` Jeff Garzik
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <1020259349705ef83d6011e837dce32c1f08299c.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 30/59] drivers/net/cxgb3: " Joe Perches
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <3723ae7bfde66a86c6bf3b044dfbd63b144623d9.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 31/59] drivers/net/ixgb: " Joe Perches
2007-11-26 23:16                                                               ` Kok, Auke
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <3ed0b0aee275e6a8632b1be454a61f3a2b73639c.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 32/59] drivers/net/netxen: " Joe Perches
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <938a74cb7895afece561b299f11d28785214bade.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 33/59] drivers/net/sk98lin: " Joe Perches
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <8c0ecd8ae2baa9b0596d352f53c4c3527f3528bd.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 34/59] drivers/net/wan: " Joe Perches
     [not found]                                                               ` <1195523331-15303-35-git-send-email-joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
     [not found]                                                                 ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
     [not found]                                                                   ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2007-11-20  1:53                                                                     ` [NFS] [PATCH 56/59] net/sunrpc: " Joe Perches
     [not found]                                                                   ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2007-11-20  1:48                                                                     ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
2007-11-20 16:41                                                                     ` Dan Williams
2007-11-20 23:52                                                               ` [PATCH 34/59] drivers/net/wan: " Krzysztof Halasa
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <5908c0bbfc91b572502351586cdf98fe9ca9aeec.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 35/59] drivers/net/wireless: " Joe Perches
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <fef2c4f213c930a3c1c1e58c8961249886621caa.1195454435.git.joe@perches.com>
2007-11-20  1:48                                                             ` [PATCH 36/59] drivers/net: " Joe Perches
2007-11-20  1:48                                                             ` Joe Perches
     [not found]                                                           ` <9a9f50d85954bdc384d07e363cc586161a37f93b.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 50/59] net/bridge: " Joe Perches
2007-11-20  7:48                                                               ` David Miller
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
     [not found]                                                           ` <29542305a25cef11c0f5f7e978d9bf50ef60b4b3.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 51/59] net/dccp: " Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  7:48                                                               ` David Miller
     [not found]                                                           ` <f047768599df11a74301f81e61903c87417ea9e4.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 52/59] net/ipv4: " Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  7:48                                                               ` David Miller
2007-11-20  6:59                                                             ` Simon Horman
     [not found]                                                           ` <e6a341b03ca9134b944d3021738a795c4e9085c7.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 53/59] net/ipv6: " Joe Perches
2007-11-20  7:48                                                               ` David Miller
2007-11-20  1:53                                                             ` Joe Perches
     [not found]                                                           ` <40f9ed858135b417a27a0a628667cc0da0d91e73.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 54/59] net/irda: " Joe Perches
2007-11-20  7:49                                                               ` David Miller
2007-11-20  1:53                                                             ` Joe Perches
     [not found]                                                           ` <c7b79830e5796ae4499e169a357b575320fb0fe0.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 55/59] net/sctp: " Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  7:49                                                               ` David Miller
     [not found]                                                           ` <4a6aeee33cf9dc9a3e329e73b6bc584b7650ed51.1195454436.git.joe@perches.com>
2007-11-20  1:53                                                             ` [PATCH 56/59] net/sunrpc: " Joe Perches
2007-11-20  1:53                                                             ` Joe Perches
2007-11-20  7:49                                                               ` David Miller
     [not found] <1195523627-15389-1-git-send-email-joe@perches.com>
     [not found] ` <1195523627-15389-2-git-send-email-joe@perches.com>
     [not found]   ` <1195523627-15389-3-git-send-email-joe@perches.com>
     [not found]     ` <1195523627-15389-4-git-send-email-joe@perches.com>
     [not found]       ` <1195523627-15389-5-git-send-email-joe@perches.com>
     [not found]         ` <1195523627-15389-6-git-send-email-joe@perches.com>

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).