netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/net/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 21:56   ` David Miller
  2007-12-17 19:40 ` Joe Perches
                   ` (23 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	Ralf Baechle, Samuel Ortiz, Sridhar Samudrala, Vlad Yasevich,
	linux-hams, lksctp-developers, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/net/ax25.h           |    2 +-
 include/net/ip6_tunnel.h     |    2 +-
 include/net/irda/discovery.h |    2 +-
 include/net/sctp/structs.h   |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/net/ax25.h b/include/net/ax25.h
index 4e3cd93..32a57e1 100644
--- a/include/net/ax25.h
+++ b/include/net/ax25.h
@@ -35,7 +35,7 @@
 #define AX25_P_ATALK			0xca	/* Appletalk                  */
 #define AX25_P_ATALK_ARP		0xcb	/* Appletalk ARP              */
 #define AX25_P_IP			0xcc	/* ARPA Internet Protocol     */
-#define AX25_P_ARP			0xcd	/* ARPA Adress Resolution     */
+#define AX25_P_ARP			0xcd	/* ARPA Address Resolution    */
 #define AX25_P_FLEXNET			0xce	/* FlexNet                    */
 #define AX25_P_NETROM 			0xcf	/* NET/ROM                    */
 #define AX25_P_TEXT 			0xF0	/* No layer 3 protocol impl.  */
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h
index 29c9da7..c17fa1f 100644
--- a/include/net/ip6_tunnel.h
+++ b/include/net/ip6_tunnel.h
@@ -23,7 +23,7 @@ struct ip6_tnl {
 	struct net_device *dev;	/* virtual device associated with tunnel */
 	struct net_device_stats stat;	/* statistics for tunnel device */
 	int recursion;		/* depth of hard_start_xmit recursion */
-	struct ip6_tnl_parm parms;	/* tunnel configuration paramters */
+	struct ip6_tnl_parm parms;	/* tunnel configuration parameters */
 	struct flowi fl;	/* flowi template for xmit */
 	struct dst_entry *dst_cache;    /* cached dst */
 	u32 dst_cookie;
diff --git a/include/net/irda/discovery.h b/include/net/irda/discovery.h
index eb0f9de..e4efad1 100644
--- a/include/net/irda/discovery.h
+++ b/include/net/irda/discovery.h
@@ -80,7 +80,7 @@ typedef struct discovery_t {
 	irda_queue_t	q;		/* Must be first! */
 
 	discinfo_t	data;		/* Basic discovery information */
-	int		name_len;	/* Lenght of nickname */
+	int		name_len;	/* Length of nickname */
 
 	LAP_REASON	condition;	/* More info about the discovery */
 	int		gen_addr_bit;	/* Need to generate a new device
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 002a00a..bb96574 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -301,7 +301,7 @@ struct sctp_sock {
 	/* The default SACK delay timeout for new associations. */
 	__u32 sackdelay;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	struct sctp_initmsg initmsg;
@@ -955,7 +955,7 @@ struct sctp_transport {
 	/* PMTU	      : The current known path MTU.  */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* The number of times INIT has been sent on this transport. */
@@ -1638,7 +1638,7 @@ struct sctp_association {
 	 */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* SACK delay timeout */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] include/net/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
  2007-12-17 19:40 ` [PATCH] include/net/: Spelling fixes Joe Perches
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	Ralf Baechle, Samuel Ortiz, Sridhar Samudrala, Vlad Yasevich,
	linux-hams, lksctp-developers, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/net/ax25.h           |    2 +-
 include/net/ip6_tunnel.h     |    2 +-
 include/net/irda/discovery.h |    2 +-
 include/net/sctp/structs.h   |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/net/ax25.h b/include/net/ax25.h
index 4e3cd93..32a57e1 100644
--- a/include/net/ax25.h
+++ b/include/net/ax25.h
@@ -35,7 +35,7 @@
 #define AX25_P_ATALK			0xca	/* Appletalk                  */
 #define AX25_P_ATALK_ARP		0xcb	/* Appletalk ARP              */
 #define AX25_P_IP			0xcc	/* ARPA Internet Protocol     */
-#define AX25_P_ARP			0xcd	/* ARPA Adress Resolution     */
+#define AX25_P_ARP			0xcd	/* ARPA Address Resolution    */
 #define AX25_P_FLEXNET			0xce	/* FlexNet                    */
 #define AX25_P_NETROM 			0xcf	/* NET/ROM                    */
 #define AX25_P_TEXT 			0xF0	/* No layer 3 protocol impl.  */
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h
index 29c9da7..c17fa1f 100644
--- a/include/net/ip6_tunnel.h
+++ b/include/net/ip6_tunnel.h
@@ -23,7 +23,7 @@ struct ip6_tnl {
 	struct net_device *dev;	/* virtual device associated with tunnel */
 	struct net_device_stats stat;	/* statistics for tunnel device */
 	int recursion;		/* depth of hard_start_xmit recursion */
-	struct ip6_tnl_parm parms;	/* tunnel configuration paramters */
+	struct ip6_tnl_parm parms;	/* tunnel configuration parameters */
 	struct flowi fl;	/* flowi template for xmit */
 	struct dst_entry *dst_cache;    /* cached dst */
 	u32 dst_cookie;
diff --git a/include/net/irda/discovery.h b/include/net/irda/discovery.h
index eb0f9de..e4efad1 100644
--- a/include/net/irda/discovery.h
+++ b/include/net/irda/discovery.h
@@ -80,7 +80,7 @@ typedef struct discovery_t {
 	irda_queue_t	q;		/* Must be first! */
 
 	discinfo_t	data;		/* Basic discovery information */
-	int		name_len;	/* Lenght of nickname */
+	int		name_len;	/* Length of nickname */
 
 	LAP_REASON	condition;	/* More info about the discovery */
 	int		gen_addr_bit;	/* Need to generate a new device
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 002a00a..bb96574 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -301,7 +301,7 @@ struct sctp_sock {
 	/* The default SACK delay timeout for new associations. */
 	__u32 sackdelay;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	struct sctp_initmsg initmsg;
@@ -955,7 +955,7 @@ struct sctp_transport {
 	/* PMTU	      : The current known path MTU.  */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* The number of times INIT has been sent on this transport. */
@@ -1638,7 +1638,7 @@ struct sctp_association {
 	 */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* SACK delay timeout */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] include/net/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
  2007-12-17 19:40 ` [PATCH] include/net/: Spelling fixes Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	Ralf Baechle, Samuel Ortiz, Sridhar Samudrala, Vlad Yasevich,
	linux-hams, lksctp-developers, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/net/ax25.h           |    2 +-
 include/net/ip6_tunnel.h     |    2 +-
 include/net/irda/discovery.h |    2 +-
 include/net/sctp/structs.h   |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/net/ax25.h b/include/net/ax25.h
index 4e3cd93..32a57e1 100644
--- a/include/net/ax25.h
+++ b/include/net/ax25.h
@@ -35,7 +35,7 @@
 #define AX25_P_ATALK			0xca	/* Appletalk                  */
 #define AX25_P_ATALK_ARP		0xcb	/* Appletalk ARP              */
 #define AX25_P_IP			0xcc	/* ARPA Internet Protocol     */
-#define AX25_P_ARP			0xcd	/* ARPA Adress Resolution     */
+#define AX25_P_ARP			0xcd	/* ARPA Address Resolution    */
 #define AX25_P_FLEXNET			0xce	/* FlexNet                    */
 #define AX25_P_NETROM 			0xcf	/* NET/ROM                    */
 #define AX25_P_TEXT 			0xF0	/* No layer 3 protocol impl.  */
diff --git a/include/net/ip6_tunnel.h b/include/net/ip6_tunnel.h
index 29c9da7..c17fa1f 100644
--- a/include/net/ip6_tunnel.h
+++ b/include/net/ip6_tunnel.h
@@ -23,7 +23,7 @@ struct ip6_tnl {
 	struct net_device *dev;	/* virtual device associated with tunnel */
 	struct net_device_stats stat;	/* statistics for tunnel device */
 	int recursion;		/* depth of hard_start_xmit recursion */
-	struct ip6_tnl_parm parms;	/* tunnel configuration paramters */
+	struct ip6_tnl_parm parms;	/* tunnel configuration parameters */
 	struct flowi fl;	/* flowi template for xmit */
 	struct dst_entry *dst_cache;    /* cached dst */
 	u32 dst_cookie;
diff --git a/include/net/irda/discovery.h b/include/net/irda/discovery.h
index eb0f9de..e4efad1 100644
--- a/include/net/irda/discovery.h
+++ b/include/net/irda/discovery.h
@@ -80,7 +80,7 @@ typedef struct discovery_t {
 	irda_queue_t	q;		/* Must be first! */
 
 	discinfo_t	data;		/* Basic discovery information */
-	int		name_len;	/* Lenght of nickname */
+	int		name_len;	/* Length of nickname */
 
 	LAP_REASON	condition;	/* More info about the discovery */
 	int		gen_addr_bit;	/* Need to generate a new device
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 002a00a..bb96574 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -301,7 +301,7 @@ struct sctp_sock {
 	/* The default SACK delay timeout for new associations. */
 	__u32 sackdelay;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	struct sctp_initmsg initmsg;
@@ -955,7 +955,7 @@ struct sctp_transport {
 	/* PMTU	      : The current known path MTU.  */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* The number of times INIT has been sent on this transport. */
@@ -1638,7 +1638,7 @@ struct sctp_association {
 	 */
 	__u32 pathmtu;
 
-	/* Flags controling Heartbeat, SACK delay, and Path MTU Discovery. */
+	/* Flags controlling Heartbeat, SACK delay, and Path MTU Discovery. */
 	__u32 param_flags;
 
 	/* SACK delay timeout */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/core/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (3 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:02   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
                   ` (19 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, netdev


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

diff --git a/net/core/dev.c b/net/core/dev.c
index 26a3a3a..be9d301 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2819,7 +2819,7 @@ void dev_set_allmulti(struct net_device *dev, int inc)
 /*
  *	Upload unicast and multicast address lists to device and
  *	configure RX filtering. When the device doesn't support unicast
- *	filtering it is put in promiscous mode while unicast addresses
+ *	filtering it is put in promiscuous mode while unicast addresses
  *	are present.
  */
 void __dev_set_rx_mode(struct net_device *dev)
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/core/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (2 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, netdev


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

diff --git a/net/core/dev.c b/net/core/dev.c
index 26a3a3a..be9d301 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2819,7 +2819,7 @@ void dev_set_allmulti(struct net_device *dev, int inc)
 /*
  *	Upload unicast and multicast address lists to device and
  *	configure RX filtering. When the device doesn't support unicast
- *	filtering it is put in promiscous mode while unicast addresses
+ *	filtering it is put in promiscuous mode while unicast addresses
  *	are present.
  */
 void __dev_set_rx_mode(struct net_device *dev)
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/dccp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (5 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 21:59   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
                   ` (17 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Arnaldo Carvalho de Melo, dccp, netdev


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

diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h
index 9ef0737..9671ecd 100644
--- a/net/dccp/ackvec.h
+++ b/net/dccp/ackvec.h
@@ -71,7 +71,7 @@ struct dccp_ackvec {
  * @dccpavr_ack_ackno - sequence number being acknowledged
  * @dccpavr_ack_ptr - pointer into dccpav_buf where this record starts
  * @dccpavr_ack_nonce - dccpav_ack_nonce at the time this record was sent
- * @dccpavr_sent_len - lenght of the record in dccpav_buf
+ * @dccpavr_sent_len - length of the record in dccpav_buf
  */
 struct dccp_ackvec_record {
 	struct list_head dccpavr_node;
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c
index 19b3358..d133416 100644
--- a/net/dccp/ccids/ccid3.c
+++ b/net/dccp/ccids/ccid3.c
@@ -239,7 +239,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data)
 			       ccid3_tx_state_name(hctx->ccid3hctx_state),
 			       (unsigned)(hctx->ccid3hctx_x >> 6));
 		/* The value of R is still undefined and so we can not recompute
-		 * the timout value. Keep initial value as per [RFC 4342, 5]. */
+		 * the timeout value. Keep initial value as per [RFC 4342, 5]. */
 		t_nfb = TFRC_INITIAL_TIMEOUT;
 		ccid3_update_send_interval(hctx);
 		break;
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/dccp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (4 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Arnaldo Carvalho de Melo, dccp, netdev


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

diff --git a/net/dccp/ackvec.h b/net/dccp/ackvec.h
index 9ef0737..9671ecd 100644
--- a/net/dccp/ackvec.h
+++ b/net/dccp/ackvec.h
@@ -71,7 +71,7 @@ struct dccp_ackvec {
  * @dccpavr_ack_ackno - sequence number being acknowledged
  * @dccpavr_ack_ptr - pointer into dccpav_buf where this record starts
  * @dccpavr_ack_nonce - dccpav_ack_nonce at the time this record was sent
- * @dccpavr_sent_len - lenght of the record in dccpav_buf
+ * @dccpavr_sent_len - length of the record in dccpav_buf
  */
 struct dccp_ackvec_record {
 	struct list_head dccpavr_node;
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c
index 19b3358..d133416 100644
--- a/net/dccp/ccids/ccid3.c
+++ b/net/dccp/ccids/ccid3.c
@@ -239,7 +239,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data)
 			       ccid3_tx_state_name(hctx->ccid3hctx_state),
 			       (unsigned)(hctx->ccid3hctx_x >> 6));
 		/* The value of R is still undefined and so we can not recompute
-		 * the timout value. Keep initial value as per [RFC 4342, 5]. */
+		 * the timeout value. Keep initial value as per [RFC 4342, 5]. */
 		t_nfb = TFRC_INITIAL_TIMEOUT;
 		ccid3_update_send_interval(hctx);
 		break;
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv4/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (9 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:05   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
                   ` (13 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	coreteam, netdev, netfilter-devel, netfilter


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

diff --git a/net/ipv4/netfilter/nf_nat_sip.c b/net/ipv4/netfilter/nf_nat_sip.c
index 3ca9897..8996ccb 100644
--- a/net/ipv4/netfilter/nf_nat_sip.c
+++ b/net/ipv4/netfilter/nf_nat_sip.c
@@ -165,7 +165,7 @@ static int mangle_content_len(struct sk_buff *skb,
 
 	dataoff = ip_hdrlen(skb) + sizeof(struct udphdr);
 
-	/* Get actual SDP lenght */
+	/* Get actual SDP length */
 	if (ct_sip_get_info(ct, dptr, skb->len - dataoff, &matchoff,
 			    &matchlen, POS_SDP_HEADER) > 0) {
 
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv4/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (6 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	coreteam, netdev, netfilter-devel, netfilter


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

diff --git a/net/ipv4/netfilter/nf_nat_sip.c b/net/ipv4/netfilter/nf_nat_sip.c
index 3ca9897..8996ccb 100644
--- a/net/ipv4/netfilter/nf_nat_sip.c
+++ b/net/ipv4/netfilter/nf_nat_sip.c
@@ -165,7 +165,7 @@ static int mangle_content_len(struct sk_buff *skb,
 
 	dataoff = ip_hdrlen(skb) + sizeof(struct udphdr);
 
-	/* Get actual SDP lenght */
+	/* Get actual SDP length */
 	if (ct_sip_get_info(ct, dptr, skb->len - dataoff, &matchoff,
 			    &matchlen, POS_SDP_HEADER) > 0) {
 
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv4/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (8 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	coreteam, netdev, netfilter-devel, netfilter


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

diff --git a/net/ipv4/netfilter/nf_nat_sip.c b/net/ipv4/netfilter/nf_nat_sip.c
index 3ca9897..8996ccb 100644
--- a/net/ipv4/netfilter/nf_nat_sip.c
+++ b/net/ipv4/netfilter/nf_nat_sip.c
@@ -165,7 +165,7 @@ static int mangle_content_len(struct sk_buff *skb,
 
 	dataoff = ip_hdrlen(skb) + sizeof(struct udphdr);
 
-	/* Get actual SDP lenght */
+	/* Get actual SDP length */
 	if (ct_sip_get_info(ct, dptr, skb->len - dataoff, &matchoff,
 			    &matchlen, POS_SDP_HEADER) > 0) {
 
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv4/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (7 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	coreteam, netdev, netfilter-devel, netfilter


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

diff --git a/net/ipv4/netfilter/nf_nat_sip.c b/net/ipv4/netfilter/nf_nat_sip.c
index 3ca9897..8996ccb 100644
--- a/net/ipv4/netfilter/nf_nat_sip.c
+++ b/net/ipv4/netfilter/nf_nat_sip.c
@@ -165,7 +165,7 @@ static int mangle_content_len(struct sk_buff *skb,
 
 	dataoff = ip_hdrlen(skb) + sizeof(struct udphdr);
 
-	/* Get actual SDP lenght */
+	/* Get actual SDP length */
 	if (ct_sip_get_info(ct, dptr, skb->len - dataoff, &matchoff,
 			    &matchlen, POS_SDP_HEADER) > 0) {
 
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv6/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (10 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:01   ` David Miller
  2007-12-17 19:40 ` Joe Perches
                   ` (12 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	netdev


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

diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 67997a7..777ed73 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -612,7 +612,7 @@ void ndisc_send_rs(struct net_device *dev, struct in6_addr *saddr,
 	 * optimistic addresses, but we may send the solicitation
 	 * if we don't include the sllao.  So here we check
 	 * if our address is optimistic, and if so, we
-	 * supress the inclusion of the sllao.
+	 * suppress the inclusion of the sllao.
 	 */
 	if (send_sllao) {
 		struct inet6_ifaddr *ifp = ipv6_get_ifaddr(saddr, dev, 1);
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/ipv6/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (11 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Pekka Savola (ipv6), Alexey Kuznetsov,
	David S. Miller, Hideaki YOSHIFUJI, James Morris, Patrick McHardy,
	netdev


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

diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 67997a7..777ed73 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -612,7 +612,7 @@ void ndisc_send_rs(struct net_device *dev, struct in6_addr *saddr,
 	 * optimistic addresses, but we may send the solicitation
 	 * if we don't include the sllao.  So here we check
 	 * if our address is optimistic, and if so, we
-	 * supress the inclusion of the sllao.
+	 * suppress the inclusion of the sllao.
 	 */
 	if (send_sllao) {
 		struct inet6_ifaddr *ifp = ipv6_get_ifaddr(saddr, dev, 1);
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/irda/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (13 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:01   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
                   ` (9 subsequent siblings)
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Samuel Ortiz, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/irda/ircomm/ircomm_param.c |    2 +-
 net/irda/irlan/irlan_eth.c     |    2 +-
 net/irda/irlap_frame.c         |    2 +-
 net/irda/parameters.c          |   12 ++++++------
 net/irda/wrapper.c             |    2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net/irda/ircomm/ircomm_param.c b/net/irda/ircomm/ircomm_param.c
index e5e4792..598dcbe 100644
--- a/net/irda/ircomm/ircomm_param.c
+++ b/net/irda/ircomm/ircomm_param.c
@@ -496,7 +496,7 @@ static int ircomm_param_poll(void *instance, irda_param_t *param, int get)
 	IRDA_ASSERT(self != NULL, return -1;);
 	IRDA_ASSERT(self->magic == IRCOMM_TTY_MAGIC, return -1;);
 
-	/* Poll parameters are always of lenght 0 (just a signal) */
+	/* Poll parameters are always of length 0 (just a signal) */
 	if (!get) {
 		/* Respond with DTE line settings */
 		ircomm_param_request(self, IRCOMM_DTE, TRUE);
diff --git a/net/irda/irlan/irlan_eth.c b/net/irda/irlan/irlan_eth.c
index c682207..1ab91f7 100644
--- a/net/irda/irlan/irlan_eth.c
+++ b/net/irda/irlan/irlan_eth.c
@@ -342,7 +342,7 @@ static void irlan_eth_set_multicast_list(struct net_device *dev)
 
 	if (dev->flags & IFF_PROMISC) {
 		/* Enable promiscuous mode */
-		IRDA_WARNING("Promiscous mode not implemented by IrLAN!\n");
+		IRDA_WARNING("Promiscuous mode not implemented by IrLAN!\n");
 	}
 	else if ((dev->flags & IFF_ALLMULTI) || dev->mc_count > HW_MAX_ADDRS) {
 		/* Disable promiscuous mode, use normal mode. */
diff --git a/net/irda/irlap_frame.c b/net/irda/irlap_frame.c
index 4f37645..7c132d6 100644
--- a/net/irda/irlap_frame.c
+++ b/net/irda/irlap_frame.c
@@ -144,7 +144,7 @@ void irlap_send_snrm_frame(struct irlap_cb *self, struct qos_info *qos)
 	frame->control = SNRM_CMD | PF_BIT;
 
 	/*
-	 *  If we are establishing a connection then insert QoS paramerters
+	 *  If we are establishing a connection then insert QoS parameters
 	 */
 	if (qos) {
 		skb_put(tx_skb, 9); /* 25 left */
diff --git a/net/irda/parameters.c b/net/irda/parameters.c
index 2627dad..b23a3c7 100644
--- a/net/irda/parameters.c
+++ b/net/irda/parameters.c
@@ -133,7 +133,7 @@ static int irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi,
 	int err;
 
 	p.pi = pi;             /* In case handler needs to know */
-	p.pl = type & PV_MASK; /* The integer type codes the lenght as well */
+	p.pl = type & PV_MASK; /* The integer type codes the length as well */
 	p.pv.i = 0;            /* Clear value */
 
 	/* Call handler for this parameter */
@@ -142,7 +142,7 @@ static int irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi,
 		return err;
 
 	/*
-	 * If parameter lenght is still 0, then (1) this is an any length
+	 * If parameter length is still 0, then (1) this is an any length
 	 * integer, and (2) the handler function does not care which length
 	 * we choose to use, so we pick the one the gives the fewest bytes.
 	 */
@@ -206,11 +206,11 @@ static int irda_extract_integer(void *self, __u8 *buf, int len, __u8 pi,
 {
 	irda_param_t p;
 	int n = 0;
-	int extract_len;	/* Real lenght we extract */
+	int extract_len;	/* Real length we extract */
 	int err;
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 	p.pv.i = 0;    /* Clear value */
 	extract_len = p.pl;	/* Default : extract all */
 
@@ -297,7 +297,7 @@ static int irda_extract_string(void *self, __u8 *buf, int len, __u8 pi,
 	IRDA_DEBUG(2, "%s()\n", __FUNCTION__);
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 
 	IRDA_DEBUG(2, "%s(), pi=%#x, pl=%d\n", __FUNCTION__,
 		   p.pi, p.pl);
@@ -339,7 +339,7 @@ static int irda_extract_octseq(void *self, __u8 *buf, int len, __u8 pi,
 	irda_param_t p;
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 
 	/* Check if buffer is long enough for parsing */
 	if (len < (2+p.pl)) {
diff --git a/net/irda/wrapper.c b/net/irda/wrapper.c
index e712867..c246983 100644
--- a/net/irda/wrapper.c
+++ b/net/irda/wrapper.c
@@ -238,7 +238,7 @@ async_bump(struct net_device *dev,
 	skb_reserve(newskb, 1);
 
 	if(docopy) {
-		/* Copy data without CRC (lenght already checked) */
+		/* Copy data without CRC (length already checked) */
 		skb_copy_to_linear_data(newskb, rx_buff->data,
 					rx_buff->len - 2);
 		/* Deliver this skb */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/irda/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (12 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Samuel Ortiz, netdev


Signed-off-by: Joe Perches <joe@perches.com>
---
 net/irda/ircomm/ircomm_param.c |    2 +-
 net/irda/irlan/irlan_eth.c     |    2 +-
 net/irda/irlap_frame.c         |    2 +-
 net/irda/parameters.c          |   12 ++++++------
 net/irda/wrapper.c             |    2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net/irda/ircomm/ircomm_param.c b/net/irda/ircomm/ircomm_param.c
index e5e4792..598dcbe 100644
--- a/net/irda/ircomm/ircomm_param.c
+++ b/net/irda/ircomm/ircomm_param.c
@@ -496,7 +496,7 @@ static int ircomm_param_poll(void *instance, irda_param_t *param, int get)
 	IRDA_ASSERT(self != NULL, return -1;);
 	IRDA_ASSERT(self->magic == IRCOMM_TTY_MAGIC, return -1;);
 
-	/* Poll parameters are always of lenght 0 (just a signal) */
+	/* Poll parameters are always of length 0 (just a signal) */
 	if (!get) {
 		/* Respond with DTE line settings */
 		ircomm_param_request(self, IRCOMM_DTE, TRUE);
diff --git a/net/irda/irlan/irlan_eth.c b/net/irda/irlan/irlan_eth.c
index c682207..1ab91f7 100644
--- a/net/irda/irlan/irlan_eth.c
+++ b/net/irda/irlan/irlan_eth.c
@@ -342,7 +342,7 @@ static void irlan_eth_set_multicast_list(struct net_device *dev)
 
 	if (dev->flags & IFF_PROMISC) {
 		/* Enable promiscuous mode */
-		IRDA_WARNING("Promiscous mode not implemented by IrLAN!\n");
+		IRDA_WARNING("Promiscuous mode not implemented by IrLAN!\n");
 	}
 	else if ((dev->flags & IFF_ALLMULTI) || dev->mc_count > HW_MAX_ADDRS) {
 		/* Disable promiscuous mode, use normal mode. */
diff --git a/net/irda/irlap_frame.c b/net/irda/irlap_frame.c
index 4f37645..7c132d6 100644
--- a/net/irda/irlap_frame.c
+++ b/net/irda/irlap_frame.c
@@ -144,7 +144,7 @@ void irlap_send_snrm_frame(struct irlap_cb *self, struct qos_info *qos)
 	frame->control = SNRM_CMD | PF_BIT;
 
 	/*
-	 *  If we are establishing a connection then insert QoS paramerters
+	 *  If we are establishing a connection then insert QoS parameters
 	 */
 	if (qos) {
 		skb_put(tx_skb, 9); /* 25 left */
diff --git a/net/irda/parameters.c b/net/irda/parameters.c
index 2627dad..b23a3c7 100644
--- a/net/irda/parameters.c
+++ b/net/irda/parameters.c
@@ -133,7 +133,7 @@ static int irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi,
 	int err;
 
 	p.pi = pi;             /* In case handler needs to know */
-	p.pl = type & PV_MASK; /* The integer type codes the lenght as well */
+	p.pl = type & PV_MASK; /* The integer type codes the length as well */
 	p.pv.i = 0;            /* Clear value */
 
 	/* Call handler for this parameter */
@@ -142,7 +142,7 @@ static int irda_insert_integer(void *self, __u8 *buf, int len, __u8 pi,
 		return err;
 
 	/*
-	 * If parameter lenght is still 0, then (1) this is an any length
+	 * If parameter length is still 0, then (1) this is an any length
 	 * integer, and (2) the handler function does not care which length
 	 * we choose to use, so we pick the one the gives the fewest bytes.
 	 */
@@ -206,11 +206,11 @@ static int irda_extract_integer(void *self, __u8 *buf, int len, __u8 pi,
 {
 	irda_param_t p;
 	int n = 0;
-	int extract_len;	/* Real lenght we extract */
+	int extract_len;	/* Real length we extract */
 	int err;
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 	p.pv.i = 0;    /* Clear value */
 	extract_len = p.pl;	/* Default : extract all */
 
@@ -297,7 +297,7 @@ static int irda_extract_string(void *self, __u8 *buf, int len, __u8 pi,
 	IRDA_DEBUG(2, "%s()\n", __FUNCTION__);
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 
 	IRDA_DEBUG(2, "%s(), pi=%#x, pl=%d\n", __FUNCTION__,
 		   p.pi, p.pl);
@@ -339,7 +339,7 @@ static int irda_extract_octseq(void *self, __u8 *buf, int len, __u8 pi,
 	irda_param_t p;
 
 	p.pi = pi;     /* In case handler needs to know */
-	p.pl = buf[1]; /* Extract lenght of value */
+	p.pl = buf[1]; /* Extract length of value */
 
 	/* Check if buffer is long enough for parsing */
 	if (len < (2+p.pl)) {
diff --git a/net/irda/wrapper.c b/net/irda/wrapper.c
index e712867..c246983 100644
--- a/net/irda/wrapper.c
+++ b/net/irda/wrapper.c
@@ -238,7 +238,7 @@ async_bump(struct net_device *dev,
 	skb_reserve(newskb, 1);
 
 	if(docopy) {
-		/* Copy data without CRC (lenght already checked) */
+		/* Copy data without CRC (length already checked) */
 		skb_copy_to_linear_data(newskb, rx_buff->data,
 					rx_buff->len - 2);
 		/* Deliver this skb */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netfilter/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (17 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 23:49   ` Patrick McHardy
  2007-12-20 22:04   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
                   ` (5 subsequent siblings)
  24 siblings, 2 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Patrick McHardy, coreteam, netdev, netfilter-devel,
	netfilter


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

diff --git a/net/netfilter/nf_conntrack_sip.c b/net/netfilter/nf_conntrack_sip.c
index 8f8b5a4..515abff 100644
--- a/net/netfilter/nf_conntrack_sip.c
+++ b/net/netfilter/nf_conntrack_sip.c
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
 	}
 };
 
-/* get line lenght until first CR or LF seen. */
+/* get line length until first CR or LF seen. */
 int ct_sip_lnlen(const char *line, const char *limit)
 {
 	const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
 	return len;
 }
 
-/* get digits lenght, skiping blank spaces. */
+/* get digits length, skipping blank spaces. */
 static int skp_digits_len(struct nf_conn *ct, const char *dptr,
 			  const char *limit, int *shift)
 {
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netfilter/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (14 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Patrick McHardy, coreteam, netdev, netfilter-devel,
	netfilter


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

diff --git a/net/netfilter/nf_conntrack_sip.c b/net/netfilter/nf_conntrack_sip.c
index 8f8b5a4..515abff 100644
--- a/net/netfilter/nf_conntrack_sip.c
+++ b/net/netfilter/nf_conntrack_sip.c
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
 	}
 };
 
-/* get line lenght until first CR or LF seen. */
+/* get line length until first CR or LF seen. */
 int ct_sip_lnlen(const char *line, const char *limit)
 {
 	const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
 	return len;
 }
 
-/* get digits lenght, skiping blank spaces. */
+/* get digits length, skipping blank spaces. */
 static int skp_digits_len(struct nf_conn *ct, const char *dptr,
 			  const char *limit, int *shift)
 {
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netfilter/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (15 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Patrick McHardy, coreteam, netdev, netfilter-devel,
	netfilter


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

diff --git a/net/netfilter/nf_conntrack_sip.c b/net/netfilter/nf_conntrack_sip.c
index 8f8b5a4..515abff 100644
--- a/net/netfilter/nf_conntrack_sip.c
+++ b/net/netfilter/nf_conntrack_sip.c
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
 	}
 };
 
-/* get line lenght until first CR or LF seen. */
+/* get line length until first CR or LF seen. */
 int ct_sip_lnlen(const char *line, const char *limit)
 {
 	const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
 	return len;
 }
 
-/* get digits lenght, skiping blank spaces. */
+/* get digits length, skipping blank spaces. */
 static int skp_digits_len(struct nf_conn *ct, const char *dptr,
 			  const char *limit, int *shift)
 {
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netfilter/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (16 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Patrick McHardy, coreteam, netdev, netfilter-devel,
	netfilter


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

diff --git a/net/netfilter/nf_conntrack_sip.c b/net/netfilter/nf_conntrack_sip.c
index 8f8b5a4..515abff 100644
--- a/net/netfilter/nf_conntrack_sip.c
+++ b/net/netfilter/nf_conntrack_sip.c
@@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
 	}
 };
 
-/* get line lenght until first CR or LF seen. */
+/* get line length until first CR or LF seen. */
 int ct_sip_lnlen(const char *line, const char *limit)
 {
 	const char *k = line;
@@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
 	return len;
 }
 
-/* get digits lenght, skiping blank spaces. */
+/* get digits length, skipping blank spaces. */
 static int skp_digits_len(struct nf_conn *ct, const char *dptr,
 			  const char *limit, int *shift)
 {
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netlabel/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (19 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:49   ` Paul Moore
  2007-12-20 22:03   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
                   ` (3 subsequent siblings)
  24 siblings, 2 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Paul Moore, netdev


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

diff --git a/net/netlabel/netlabel_mgmt.c b/net/netlabel/netlabel_mgmt.c
index 5648337..9c41464 100644
--- a/net/netlabel/netlabel_mgmt.c
+++ b/net/netlabel/netlabel_mgmt.c
@@ -71,7 +71,7 @@ static const struct nla_policy netlbl_mgmt_genl_policy[NLBL_MGMT_A_MAX + 1] = {
 };
 
 /*
- * NetLabel Misc Managment Functions
+ * NetLabel Misc Management Functions
  */
 
 /**
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/netlabel/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (18 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Paul Moore, netdev


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

diff --git a/net/netlabel/netlabel_mgmt.c b/net/netlabel/netlabel_mgmt.c
index 5648337..9c41464 100644
--- a/net/netlabel/netlabel_mgmt.c
+++ b/net/netlabel/netlabel_mgmt.c
@@ -71,7 +71,7 @@ static const struct nla_policy netlbl_mgmt_genl_policy[NLBL_MGMT_A_MAX + 1] = {
 };
 
 /*
- * NetLabel Misc Managment Functions
+ * NetLabel Misc Management Functions
  */
 
 /**
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/sched/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (21 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:02   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
  2007-12-17 19:40 ` Joe Perches
  24 siblings, 1 reply; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Jamal Hadi Salim, netdev


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

diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c
index 55e7e45..a6ad491 100644
--- a/net/sched/sch_hfsc.c
+++ b/net/sched/sch_hfsc.c
@@ -160,7 +160,7 @@ struct hfsc_class
 	u64	cl_vtoff;		/* inter-period cumulative vt offset */
 	u64	cl_cvtmax;		/* max child's vt in the last period */
 	u64	cl_cvtoff;		/* cumulative cvtmax of all periods */
-	u64	cl_pcvtoff;		/* parent's cvtoff at initalization
+	u64	cl_pcvtoff;		/* parent's cvtoff at initialization
 					   time */
 
 	struct internal_sc cl_rsc;	/* internal real-time service curve */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/sched/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (20 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Jamal Hadi Salim, netdev


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

diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c
index 55e7e45..a6ad491 100644
--- a/net/sched/sch_hfsc.c
+++ b/net/sched/sch_hfsc.c
@@ -160,7 +160,7 @@ struct hfsc_class
 	u64	cl_vtoff;		/* inter-period cumulative vt offset */
 	u64	cl_cvtmax;		/* max child's vt in the last period */
 	u64	cl_cvtoff;		/* cumulative cvtmax of all periods */
-	u64	cl_pcvtoff;		/* parent's cvtoff at initalization
+	u64	cl_pcvtoff;		/* parent's cvtoff at initialization
 					   time */
 
 	struct internal_sc cl_rsc;	/* internal real-time service curve */
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/sctp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (23 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 21:11   ` Vlad Yasevich
  2007-12-20 22:04   ` David Miller
  24 siblings, 2 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Sridhar Samudrala, Vlad Yasevich,
	lksctp-developers, netdev


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

diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index f487629..ed7c9e3 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -286,7 +286,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
 
 	sctp_addto_chunk(retval, sizeof(ecap_param), &ecap_param);
 
-	/* Add the supported extensions paramter.  Be nice and add this
+	/* Add the supported extensions parameter.  Be nice and add this
 	 * fist before addiding the parameters for the extensions themselves
 	 */
 	if (num_ext) {
@@ -2859,7 +2859,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
 	chunk_len -= length;
 
 	/* Skip the address parameter and store a pointer to the first
-	 * asconf paramter.
+	 * asconf parameter.
 	 */
 	length = ntohs(addr_param->v4.param_hdr.length);
 	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
@@ -2868,7 +2868,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
 	/* create an ASCONF_ACK chunk.
 	 * Based on the definitions of parameters, we know that the size of
 	 * ASCONF_ACK parameters are less than or equal to the twice of ASCONF
-	 * paramters.
+	 * parameters.
 	 */
 	asconf_ack = sctp_make_asconf_ack(asoc, serial, chunk_len * 2);
 	if (!asconf_ack)
@@ -3062,7 +3062,7 @@ int sctp_process_asconf_ack(struct sctp_association *asoc,
 	asconf_len -= length;
 
 	/* Skip the address parameter in the last asconf sent and store a
-	 * pointer to the first asconf paramter.
+	 * pointer to the first asconf parameter.
 	 */
 	length = ntohs(addr_param->v4.param_hdr.length);
 	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] net/sctp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (22 preceding siblings ...)
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` Joe Perches
  24 siblings, 0 replies; 38+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Sridhar Samudrala, Vlad Yasevich,
	lksctp-developers, netdev


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

diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index f487629..ed7c9e3 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -286,7 +286,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
 
 	sctp_addto_chunk(retval, sizeof(ecap_param), &ecap_param);
 
-	/* Add the supported extensions paramter.  Be nice and add this
+	/* Add the supported extensions parameter.  Be nice and add this
 	 * fist before addiding the parameters for the extensions themselves
 	 */
 	if (num_ext) {
@@ -2859,7 +2859,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
 	chunk_len -= length;
 
 	/* Skip the address parameter and store a pointer to the first
-	 * asconf paramter.
+	 * asconf parameter.
 	 */
 	length = ntohs(addr_param->v4.param_hdr.length);
 	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
@@ -2868,7 +2868,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
 	/* create an ASCONF_ACK chunk.
 	 * Based on the definitions of parameters, we know that the size of
 	 * ASCONF_ACK parameters are less than or equal to the twice of ASCONF
-	 * paramters.
+	 * parameters.
 	 */
 	asconf_ack = sctp_make_asconf_ack(asoc, serial, chunk_len * 2);
 	if (!asconf_ack)
@@ -3062,7 +3062,7 @@ int sctp_process_asconf_ack(struct sctp_association *asoc,
 	asconf_len -= length;
 
 	/* Skip the address parameter in the last asconf sent and store a
-	 * pointer to the first asconf paramter.
+	 * pointer to the first asconf parameter.
 	 */
 	length = ntohs(addr_param->v4.param_hdr.length);
 	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
-- 
1.5.3.7.949.g2221a6


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

* Re: [PATCH] net/netlabel/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 19:49   ` Paul Moore
  2007-12-20 22:03   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: Paul Moore @ 2007-12-17 19:49 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Andrew Morton, netdev

On Monday 17 December 2007 2:40:35 pm Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>

Thanks Joe.

Acked-by: Paul Moore <paul.moore@hp.com>

> ---
>  net/netlabel/netlabel_mgmt.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/netlabel/netlabel_mgmt.c b/net/netlabel/netlabel_mgmt.c
> index 5648337..9c41464 100644
> --- a/net/netlabel/netlabel_mgmt.c
> +++ b/net/netlabel/netlabel_mgmt.c
> @@ -71,7 +71,7 @@ static const struct nla_policy
> netlbl_mgmt_genl_policy[NLBL_MGMT_A_MAX + 1] = { };
>
>  /*
> - * NetLabel Misc Managment Functions
> + * NetLabel Misc Management Functions
>   */
>
>  /**



-- 
paul moore
linux security @ hp

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

* Re: [PATCH] net/sctp/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 21:11   ` Vlad Yasevich
  2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: Vlad Yasevich @ 2007-12-17 21:11 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Andrew Morton, Sridhar Samudrala, lksctp-developers,
	netdev

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

Thanks...  I am surprised this is all you found :)

ACK.

-vlad

> ---
>  net/sctp/sm_make_chunk.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
> index f487629..ed7c9e3 100644
> --- a/net/sctp/sm_make_chunk.c
> +++ b/net/sctp/sm_make_chunk.c
> @@ -286,7 +286,7 @@ struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
>  
>  	sctp_addto_chunk(retval, sizeof(ecap_param), &ecap_param);
>  
> -	/* Add the supported extensions paramter.  Be nice and add this
> +	/* Add the supported extensions parameter.  Be nice and add this
>  	 * fist before addiding the parameters for the extensions themselves
>  	 */
>  	if (num_ext) {
> @@ -2859,7 +2859,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
>  	chunk_len -= length;
>  
>  	/* Skip the address parameter and store a pointer to the first
> -	 * asconf paramter.
> +	 * asconf parameter.
>  	 */
>  	length = ntohs(addr_param->v4.param_hdr.length);
>  	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);
> @@ -2868,7 +2868,7 @@ struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
>  	/* create an ASCONF_ACK chunk.
>  	 * Based on the definitions of parameters, we know that the size of
>  	 * ASCONF_ACK parameters are less than or equal to the twice of ASCONF
> -	 * paramters.
> +	 * parameters.
>  	 */
>  	asconf_ack = sctp_make_asconf_ack(asoc, serial, chunk_len * 2);
>  	if (!asconf_ack)
> @@ -3062,7 +3062,7 @@ int sctp_process_asconf_ack(struct sctp_association *asoc,
>  	asconf_len -= length;
>  
>  	/* Skip the address parameter in the last asconf sent and store a
> -	 * pointer to the first asconf paramter.
> +	 * pointer to the first asconf parameter.
>  	 */
>  	length = ntohs(addr_param->v4.param_hdr.length);
>  	asconf_param = (sctp_addip_param_t *)((void *)addr_param + length);


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

* Re: [PATCH] net/netfilter/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-17 23:49   ` Patrick McHardy
  2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: Patrick McHardy @ 2007-12-17 23:49 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-kernel, Andrew Morton, coreteam, netdev, netfilter-devel,
	netfilter

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


Both your netfilter patches conflict with some pending patches
of mine (which also fix those spelling errors). So for now I'm
going to say no, please resubmit in case I won't get my patches
in shape for 2.6.25.

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

* Re: [PATCH] include/net/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] include/net/: Spelling fixes Joe Perches
@ 2007-12-20 21:56   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 21:56 UTC (permalink / raw)
  To: joe
  Cc: linux-kernel, akpm, pekkas, kuznet, yoshfuji, jmorris, kaber,
	ralf, samuel, sri, vladislav.yasevich, linux-hams,
	lksctp-developers, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:25 -0800

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

Applied.

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

* Re: [PATCH] net/dccp/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-20 21:59   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 21:59 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, acme, dccp, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:30 -0800

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

Applied.

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

* Re: [PATCH] net/irda/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-20 22:01   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:01 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, samuel, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:33 -0800

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

Applied.

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

* Re: [PATCH] net/ipv6/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
@ 2007-12-20 22:01   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:01 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, pekkas, kuznet, yoshfuji, jmorris, kaber,
	netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:32 -0800

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

APplied.

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

* Re: [PATCH] net/core/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-20 22:02   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:02 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:29 -0800

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

Applied.

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

* Re: [PATCH] net/sched/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-20 22:02   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:02 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, hadi, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:36 -0800

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

Applied, thanks.

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

* Re: [PATCH] net/netlabel/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:49   ` Paul Moore
@ 2007-12-20 22:03   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:03 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, paul.moore, netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:35 -0800

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

Applied, thanks.

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

* Re: [PATCH] net/sctp/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
  2007-12-17 21:11   ` Vlad Yasevich
@ 2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:04 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, sri, vladislav.yasevich, lksctp-developers,
	netdev

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:37 -0800

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

Applied.

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

* Re: [PATCH] net/netfilter/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
  2007-12-17 23:49   ` Patrick McHardy
@ 2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:04 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel, akpm, kaber, coreteam, netdev, netfilter-devel,
	netfilter

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:34 -0800

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

Applied.

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

* Re: [PATCH] net/ipv4/: Spelling fixes
  2007-12-17 19:40 ` Joe Perches
@ 2007-12-20 22:05   ` David Miller
  0 siblings, 0 replies; 38+ messages in thread
From: David Miller @ 2007-12-20 22:05 UTC (permalink / raw)
  To: joe
  Cc: linux-kernel, akpm, pekkas, kuznet, yoshfuji, jmorris, kaber,
	coreteam, netdev, netfilter-devel, netfilter

From: Joe Perches <joe@perches.com>
Date: Mon, 17 Dec 2007 11:40:31 -0800

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

Applied.

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

end of thread, other threads:[~2007-12-20 22:05 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
2007-12-17 19:40 ` [PATCH] include/net/: Spelling fixes Joe Perches
2007-12-20 21:56   ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:02   ` David Miller
2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 21:59   ` David Miller
2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:05   ` David Miller
2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
2007-12-20 22:01   ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:01   ` David Miller
2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 23:49   ` Patrick McHardy
2007-12-20 22:04   ` David Miller
2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:49   ` Paul Moore
2007-12-20 22:03   ` David Miller
2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-20 22:02   ` David Miller
2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
2007-12-17 19:40 ` Joe Perches
2007-12-17 21:11   ` Vlad Yasevich
2007-12-20 22:04   ` David Miller

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).