linux-kernel.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 ` [PATCH] include/scsi/: " Joe Perches
                   ` (13 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] include/scsi/: 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 ` [PATCH] kernel/: " Joe Perches
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 30+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, James E.J. Bottomley, linux-scsi


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/scsi/scsi_transport_fc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index e466d88..4769efd 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -176,7 +176,7 @@ struct class_device_attribute class_device_attr_vport_##_name = 	\
  * ports has a unique presense on the SAN, and may be instantiated via
  * NPIV, Virtual Fabrics, or via additional ALPAs. As the vport is a
  * unique presense, each vport has it's own view of the fabric,
- * authentication priviledge, and priorities.
+ * authentication privilege, and priorities.
  *
  * A virtual port may support 1 or more FC4 roles. Typically it is a
  * FCP Initiator. It could be a FCP Target, or exist sole for an IP over FC
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] kernel/: 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 ` [PATCH] include/scsi/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 19:40 ` [PATCH] lib/: " Joe Perches
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 30+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Thomas Gleixner


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

diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c
index 35b4bbf..36d563f 100644
--- a/kernel/posix-timers.c
+++ b/kernel/posix-timers.c
@@ -493,7 +493,7 @@ sys_timer_create(const clockid_t which_clock,
 		goto retry;
 	else if (error) {
 		/*
-		 * Wierd looking, but we return EAGAIN if the IDR is
+		 * Weird looking, but we return EAGAIN if the IDR is
 		 * full (proper POSIX return value for this)
 		 */
 		error = -EAGAIN;
-- 
1.5.3.7.949.g2221a6


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

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


Signed-off-by: Joe Perches <joe@perches.com>
---
 lib/crc32.c                |    2 +-
 lib/zlib_deflate/defutil.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/crc32.c b/lib/crc32.c
index d2c2f25..49d1c9e 100644
--- a/lib/crc32.c
+++ b/lib/crc32.c
@@ -348,7 +348,7 @@ EXPORT_SYMBOL(crc32_be);
  * but again the multiple of the polynomial to subtract depends only on
  * the high bits, the high 8 bits in this case.  
  *
- * The multile we need in that case is the low 32 bits of a 40-bit
+ * The multiple we need in that case is the low 32 bits of a 40-bit
  * value whose high 8 bits are given, and which is a multiple of the
  * generator polynomial.  This is simply the CRC-32 of the given
  * one-byte message.
diff --git a/lib/zlib_deflate/defutil.h b/lib/zlib_deflate/defutil.h
index d9feaf6..6b15a90 100644
--- a/lib/zlib_deflate/defutil.h
+++ b/lib/zlib_deflate/defutil.h
@@ -164,7 +164,7 @@ typedef struct deflate_state {
     int nice_match; /* Stop searching when current match exceeds this */
 
                 /* used by trees.c: */
-    /* Didn't use ct_data typedef below to supress compiler warning */
+    /* Didn't use ct_data typedef below to suppress compiler warning */
     struct ct_data_s dyn_ltree[HEAP_SIZE];   /* literal and length tree */
     struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
     struct ct_data_s bl_tree[2*BL_CODES+1];  /* Huffman tree for bit lengths */
-- 
1.5.3.7.949.g2221a6


^ permalink raw reply related	[flat|nested] 30+ 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] lib/: " 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
                   ` (9 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/dccp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (4 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/core/: " 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
                   ` (8 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/ipv4/: 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 22:05   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/ipv6/: " Joe Perches
                   ` (7 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/ipv6/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (6 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-20 22:01   ` David Miller
  2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
                   ` (6 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/irda/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (7 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/ipv6/: " 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
                   ` (5 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/netfilter/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (8 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/irda/: " 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
                   ` (4 subsequent siblings)
  14 siblings, 2 replies; 30+ 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] 30+ messages in thread

* [PATCH] net/netlabel/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (9 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/netfilter/: " 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)
  14 siblings, 2 replies; 30+ 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] 30+ messages in thread

* [PATCH] net/sched/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (10 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/netlabel/: " 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
                   ` (2 subsequent siblings)
  14 siblings, 1 reply; 30+ 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] 30+ messages in thread

* [PATCH] net/sctp/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (11 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-17 21:11   ` Vlad Yasevich
  2007-12-20 22:04   ` David Miller
  2007-12-17 19:40 ` [PATCH] sound/: " Joe Perches
  2007-12-17 19:40 ` [PATCH] include/sound/: " Joe Perches
  14 siblings, 2 replies; 30+ 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] 30+ messages in thread

* [PATCH] sound/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (12 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-18 10:32   ` Takashi Iwai
  2007-12-17 19:40 ` [PATCH] include/sound/: " Joe Perches
  14 siblings, 1 reply; 30+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Jaroslav Kysela, Nils Faerber


Signed-off-by: Joe Perches <joe@perches.com>
---
 sound/drivers/serial-u16550.c    |    6 ++--
 sound/isa/es18xx.c               |    2 +-
 sound/pci/au88x0/au88x0_core.c   |    2 +-
 sound/pci/cs46xx/cs46xx_lib.c    |    2 +-
 sound/pci/hda/hda_codec.h        |    2 +-
 sound/pci/rme9652/hdsp.c         |    2 +-
 sound/pci/rme9652/hdspm.c        |    4 +-
 sound/pci/rme9652/rme9652.c      |    4 +-
 sound/pci/trident/trident_main.c |   44 +++++++++++++++++++-------------------
 9 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/sound/drivers/serial-u16550.c b/sound/drivers/serial-u16550.c
index 65de3a7..3958dbd 100644
--- a/sound/drivers/serial-u16550.c
+++ b/sound/drivers/serial-u16550.c
@@ -455,7 +455,7 @@ static void snd_uart16550_do_open(struct snd_uart16550 * uart)
 		    | UART_IER_THRI	/* Enable Transmitter holding register empty interrupt */
 		    ;
 	}
-	outb(byte, uart->base + UART_IER);	/* Interupt enable Register */
+	outb(byte, uart->base + UART_IER);	/* Interrupt enable Register */
 
 	inb(uart->base + UART_LSR);	/* Clear any pre-existing overrun indication */
 	inb(uart->base + UART_IIR);	/* Clear any pre-existing transmit interrupt */
@@ -473,7 +473,7 @@ static void snd_uart16550_do_close(struct snd_uart16550 * uart)
 
 	outb((0 & UART_IER_RDI)		/* Disable Receiver data interrupt */
 	     |(0 & UART_IER_THRI)	/* Disable Transmitter holding register empty interrupt */
-	     ,uart->base + UART_IER);	/* Interupt enable Register */
+	     ,uart->base + UART_IER);	/* Interrupt enable Register */
 
 	switch (uart->adaptor) {
 	default:
@@ -653,7 +653,7 @@ static void snd_uart16550_output_write(struct snd_rawmidi_substream *substream)
 	char first;
 	static unsigned long lasttime = 0;
 	
-	/* Interupts are disabled during the updating of the tx_buff,
+	/* Interrupts are disabled during the updating of the tx_buff,
 	 * since it is 'bad' to have two processes updating the same
 	 * variables (ie buff_in & buff_out)
 	 */
diff --git a/sound/isa/es18xx.c b/sound/isa/es18xx.c
index c1af28f..5f927ad 100644
--- a/sound/isa/es18xx.c
+++ b/sound/isa/es18xx.c
@@ -163,7 +163,7 @@ struct snd_audiodrive {
 #define ES18XX_DUPLEX_SAME 0x0010	/* Playback and record must share the same rate */
 #define ES18XX_NEW_RATE	0x0020	/* More precise rate setting */
 #define ES18XX_AUXB	0x0040	/* AuxB mixer control */
-#define ES18XX_HWV	0x0080	/* Has seperate hardware volume mixer controls*/
+#define ES18XX_HWV	0x0080	/* Has separate hardware volume mixer controls*/
 #define ES18XX_MONO	0x0100	/* Mono_in mixer control */
 #define ES18XX_I2S	0x0200	/* I2S mixer control */
 #define ES18XX_MUTEREC	0x0400	/* Record source can be muted */
diff --git a/sound/pci/au88x0/au88x0_core.c b/sound/pci/au88x0/au88x0_core.c
index 4a336ea..333c62d 100644
--- a/sound/pci/au88x0/au88x0_core.c
+++ b/sound/pci/au88x0/au88x0_core.c
@@ -2395,7 +2395,7 @@ static irqreturn_t vortex_interrupt(int irq, void *dev_id)
 	if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1))
 		return IRQ_NONE;
 
-	// This is the Interrrupt Enable flag we set before (consistency check).
+	// This is the Interrupt Enable flag we set before (consistency check).
 	if (!(hwread(vortex->mmio, VORTEX_CTRL) & CTRL_IRQ_ENABLE))
 		return IRQ_NONE;
 
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c
index 2c7bfc9..c004fa8 100644
--- a/sound/pci/cs46xx/cs46xx_lib.c
+++ b/sound/pci/cs46xx/cs46xx_lib.c
@@ -8,7 +8,7 @@
  *    - Sometimes the SPDIF input DSP tasks get's unsynchronized
  *      and the SPDIF get somewhat "distorcionated", or/and left right channel
  *      are swapped. To get around this problem when it happens, mute and unmute 
- *      the SPDIF input mixer controll.
+ *      the SPDIF input mixer control.
  *    - On the Hercules Game Theater XP the amplifier are sometimes turned
  *      off on inadecuate moments which causes distorcions on sound.
  *
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 2bce925..5bd44ac 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -417,7 +417,7 @@ struct hda_bus_ops {
 	/* free the private data */
 	void (*private_free)(struct hda_bus *);
 #ifdef CONFIG_SND_HDA_POWER_SAVE
-	/* notify power-up/down from codec to contoller */
+	/* notify power-up/down from codec to controller */
 	void (*pm_notify)(struct hda_codec *codec);
 #endif
 };
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index ff26a36..263cd16 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -3606,7 +3606,7 @@ static int snd_hdsp_set_defaults(struct hdsp *hdsp)
 
 	/* ASSUMPTION: hdsp->lock is either held, or
 	   there is no need to hold it (e.g. during module
-	   initalization).
+	   initialization).
 	 */
 
 	/* set defaults:
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index f1bdda6..6b1d529 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -3348,7 +3348,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm)
 	unsigned int i;
 
 	/* ASSUMPTION: hdspm->lock is either held, or there is no need to
-	   hold it (e.g. during module initalization).
+	   hold it (e.g. during module initialization).
 	 */
 
 	/* set defaults:       */
@@ -3416,7 +3416,7 @@ static int snd_hdspm_set_defaults(struct hdspm * hdspm)
 
 
 /*------------------------------------------------------------
-   interupt 
+   interrupt 
  ------------------------------------------------------------*/
 
 static irqreturn_t snd_hdspm_interrupt(int irq, void *dev_id)
diff --git a/sound/pci/rme9652/rme9652.c b/sound/pci/rme9652/rme9652.c
index 34f96f1..1d73be6 100644
--- a/sound/pci/rme9652/rme9652.c
+++ b/sound/pci/rme9652/rme9652.c
@@ -148,7 +148,7 @@ MODULE_SUPPORTED_DEVICE("{{RME,Hammerfall},"
 #define RME9652_start_bit	   (1<<0)	/* start record/play */
                                                 /* bits 1-3 encode buffersize/latency */
 #define RME9652_Master		   (1<<4)	/* Clock Mode Master=1,Slave/Auto=0 */
-#define RME9652_IE		   (1<<5)	/* Interupt Enable */
+#define RME9652_IE		   (1<<5)	/* Interrupt Enable */
 #define RME9652_freq		   (1<<6)       /* samplerate 0=44.1/88.2, 1=48/96 kHz */
 #define RME9652_freq1		   (1<<7)       /* if 0, 32kHz, else always 1 */
 #define RME9652_DS                 (1<<8)	/* Doule Speed 0=44.1/48, 1=88.2/96 Khz */
@@ -1826,7 +1826,7 @@ static void snd_rme9652_set_defaults(struct snd_rme9652 *rme9652)
 
 	/* ASSUMPTION: rme9652->lock is either held, or
 	   there is no need to hold it (e.g. during module
-	   initalization).
+	   initialization).
 	 */
 
 	/* set defaults:
diff --git a/sound/pci/trident/trident_main.c b/sound/pci/trident/trident_main.c
index a235e03..a1c6177 100644
--- a/sound/pci/trident/trident_main.c
+++ b/sound/pci/trident/trident_main.c
@@ -436,7 +436,7 @@ static void snd_trident_free_synth_channel(struct snd_trident *trident, int chan
    Description: This routine will complete and write the 5 hardware channel
                 registers to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 Each register field.
   
@@ -514,7 +514,7 @@ EXPORT_SYMBOL(snd_trident_write_voice_regs);
    Description: This routine will write the new CSO offset
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 CSO - new CSO value
   
@@ -540,7 +540,7 @@ static void snd_trident_write_cso_reg(struct snd_trident * trident,
    Description: This routine will write the new ESO offset
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 ESO - new ESO value
   
@@ -566,7 +566,7 @@ static void snd_trident_write_eso_reg(struct snd_trident * trident,
    Description: This routine will write the new voice volume
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 Vol - new voice volume
   
@@ -597,7 +597,7 @@ static void snd_trident_write_vol_reg(struct snd_trident * trident,
    Description: This routine will write the new voice pan
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 Pan - new pan value
   
@@ -619,7 +619,7 @@ static void snd_trident_write_pan_reg(struct snd_trident * trident,
    Description: This routine will write the new reverb volume
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 RVol - new reverb volume
   
@@ -643,7 +643,7 @@ static void snd_trident_write_rvol_reg(struct snd_trident * trident,
    Description: This routine will write the new chorus volume
                 register to hardware.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 voice - synthesizer voice structure
                 CVol - new chorus volume
   
@@ -666,7 +666,7 @@ static void snd_trident_write_cvol_reg(struct snd_trident * trident,
 
    Description: This routine converts rate in HZ to hardware delta value.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 rate - Real or Virtual channel number.
   
    Returns:     Delta value.
@@ -696,7 +696,7 @@ static unsigned int snd_trident_convert_rate(unsigned int rate)
 
    Description: This routine converts rate in HZ to hardware delta value.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 rate - Real or Virtual channel number.
   
    Returns:     Delta value.
@@ -726,7 +726,7 @@ static unsigned int snd_trident_convert_adc_rate(unsigned int rate)
 
    Description: This routine converts rate in HZ to spurious threshold.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 rate - Real or Virtual channel number.
   
    Returns:     Delta value.
@@ -748,7 +748,7 @@ static unsigned int snd_trident_spurious_threshold(unsigned int rate,
 
    Description: This routine returns a control mode for a PCM channel.
   
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
                 substream  - PCM substream
   
    Returns:     Control value.
@@ -781,7 +781,7 @@ static unsigned int snd_trident_control_mode(struct snd_pcm_substream *substream
   
    Description: Device I/O control handler for playback/capture parameters.
   
-   Paramters:   substream  - PCM substream class
+   Parameters:   substream  - PCM substream class
                 cmd     - what ioctl message to process
                 arg     - additional message infoarg     
   
@@ -1664,7 +1664,7 @@ static snd_pcm_uframes_t snd_trident_playback_pointer(struct snd_pcm_substream *
   
    Description: This routine return the capture position
                 
-   Paramters:   pcm1    - PCM device class
+   Parameters:   pcm1    - PCM device class
 
    Returns:     position of buffer
   
@@ -2157,7 +2157,7 @@ static struct snd_pcm_ops snd_trident_spdif_7018_ops = {
   
    Description: This routine registers the 4DWave device for PCM support.
                 
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
 
    Returns:     None
   
@@ -2215,7 +2215,7 @@ int __devinit snd_trident_pcm(struct snd_trident * trident,
   
    Description: This routine registers the 4DWave device for foldback PCM support.
                 
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
 
    Returns:     None
   
@@ -2272,7 +2272,7 @@ int __devinit snd_trident_foldback_pcm(struct snd_trident * trident,
   
    Description: This routine registers the 4DWave-NX device for SPDIF support.
                 
-   Paramters:   trident - pointer to target device class for 4DWave-NX.
+   Parameters:  trident - pointer to target device class for 4DWave-NX.
 
    Returns:     None
   
@@ -2956,7 +2956,7 @@ static int snd_trident_pcm_mixer_free(struct snd_trident *trident, struct snd_tr
   
    Description: This routine registers the 4DWave device for mixer support.
                 
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
 
    Returns:     None
   
@@ -3344,7 +3344,7 @@ static int snd_trident_dev_free(struct snd_device *device)
    Description: Allocate and set up the TLB page table on 4D NX.
 		Each entry has 4 bytes (physical PCI address).
                 
-   Paramters:   trident - pointer to target device class for 4DWave.
+   Parameters:  trident - pointer to target device class for 4DWave.
 
    Returns:     0 or negative error code
   
@@ -3521,7 +3521,7 @@ static int snd_trident_sis_init(struct snd_trident *trident)
    Description: This routine will create the device specific class for
                 the 4DWave card. It will also perform basic initialization.
                 
-   Paramters:   card  - which card to create
+   Parameters:  card  - which card to create
                 pci   - interface to PCI bus resource info
                 dma1ptr - playback dma buffer
                 dma2ptr - capture dma buffer
@@ -3667,7 +3667,7 @@ int __devinit snd_trident_create(struct snd_card *card,
    Description: This routine will free the device specific class for
                 the 4DWave card. 
                 
-   Paramters:   trident  - device specific private data for 4DWave card
+   Parameters:  trident  - device specific private data for 4DWave card
 
    Returns:     None.
   
@@ -3705,7 +3705,7 @@ static int snd_trident_free(struct snd_trident *trident)
   
    Description: ISR for Trident 4DWave device
                 
-   Paramters:   trident  - device specific private data for 4DWave card
+   Parameters:  trident  - device specific private data for 4DWave card
 
    Problems:    It seems that Trident chips generates interrupts more than
                 one time in special cases. The spurious interrupts are
@@ -3820,7 +3820,7 @@ static irqreturn_t snd_trident_interrupt(int irq, void *dev_id)
   
    Description: Attach synthesizer hooks
                 
-   Paramters:   trident  - device specific private data for 4DWave card
+   Parameters:  trident  - device specific private data for 4DWave card
 
    Returns:     None.
   
-- 
1.5.3.7.949.g2221a6


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

* [PATCH] include/sound/: Spelling fixes
       [not found] <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com>
                   ` (13 preceding siblings ...)
  2007-12-17 19:40 ` [PATCH] sound/: " Joe Perches
@ 2007-12-17 19:40 ` Joe Perches
  2007-12-18 10:32   ` Takashi Iwai
  14 siblings, 1 reply; 30+ messages in thread
From: Joe Perches @ 2007-12-17 19:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton


Signed-off-by: Joe Perches <joe@perches.com>
---
 include/sound/ad1848.h      |    2 +-
 include/sound/cs4231-regs.h |    2 +-
 include/sound/soc-dapm.h    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h
index d04f9e7..d9aebdf 100644
--- a/include/sound/ad1848.h
+++ b/include/sound/ad1848.h
@@ -48,7 +48,7 @@
 #define AD1848_IFACE_CTRL	0x09	/* interface control - bits 7-2 MCE */
 #define AD1848_PIN_CTRL		0x0a	/* pin control */
 #define AD1848_TEST_INIT	0x0b	/* test and initialization */
-#define AD1848_MISC_INFO	0x0c	/* miscellaneaous information */
+#define AD1848_MISC_INFO	0x0c	/* miscellaneous information */
 #define AD1848_LOOPBACK		0x0d	/* loopback control */
 #define AD1848_DATA_UPR_CNT	0x0e	/* playback/capture upper base count */
 #define AD1848_DATA_LWR_CNT	0x0f	/* playback/capture lower base count */
diff --git a/include/sound/cs4231-regs.h b/include/sound/cs4231-regs.h
index f149026..e8d1f3e 100644
--- a/include/sound/cs4231-regs.h
+++ b/include/sound/cs4231-regs.h
@@ -45,7 +45,7 @@
 #define CS4231_IFACE_CTRL	0x09	/* interface control - bits 7-2 MCE */
 #define CS4231_PIN_CTRL		0x0a	/* pin control */
 #define CS4231_TEST_INIT	0x0b	/* test and initialization */
-#define CS4231_MISC_INFO	0x0c	/* miscellaneaous information */
+#define CS4231_MISC_INFO	0x0c	/* miscellaneous information */
 #define CS4231_LOOPBACK		0x0d	/* loopback control */
 #define CS4231_PLY_UPR_CNT	0x0e	/* playback upper base count */
 #define CS4231_PLY_LWR_CNT	0x0f	/* playback lower base count */
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 2b1ae8e..b9d5864 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -22,7 +22,7 @@
 #define SND_SOC_NOPM	-1
 
 /*
- * SoC dynamic audio power managment
+ * SoC dynamic audio power management
  *
  * We can have upto 4 power domains
  * 	1. Codec domain - VREF, VMID
-- 
1.5.3.7.949.g2221a6


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

* Re: [PATCH] net/netlabel/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
@ 2007-12-17 19:49   ` Paul Moore
  2007-12-20 22:03   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/sctp/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
@ 2007-12-17 21:11   ` Vlad Yasevich
  2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/netfilter/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
@ 2007-12-17 23:49   ` Patrick McHardy
  2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] sound/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] sound/: " Joe Perches
@ 2007-12-18 10:32   ` Takashi Iwai
  0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2007-12-18 10:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Andrew Morton, Jaroslav Kysela, Nils Faerber

At Mon, 17 Dec 2007 11:40:38 -0800,
Joe Perches wrote:
> 
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  sound/drivers/serial-u16550.c    |    6 ++--
>  sound/isa/es18xx.c               |    2 +-
>  sound/pci/au88x0/au88x0_core.c   |    2 +-
>  sound/pci/cs46xx/cs46xx_lib.c    |    2 +-
>  sound/pci/hda/hda_codec.h        |    2 +-
>  sound/pci/rme9652/hdsp.c         |    2 +-
>  sound/pci/rme9652/hdspm.c        |    4 +-
>  sound/pci/rme9652/rme9652.c      |    4 +-
>  sound/pci/trident/trident_main.c |   44 +++++++++++++++++++-------------------
>  9 files changed, 34 insertions(+), 34 deletions(-)

Applied to ALSA tree now.  Thanks.


Takashi

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

* Re: [PATCH] include/sound/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] include/sound/: " Joe Perches
@ 2007-12-18 10:32   ` Takashi Iwai
  0 siblings, 0 replies; 30+ messages in thread
From: Takashi Iwai @ 2007-12-18 10:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-kernel, Andrew Morton

At Mon, 17 Dec 2007 11:40:39 -0800,
Joe Perches wrote:
> 
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  include/sound/ad1848.h      |    2 +-
>  include/sound/cs4231-regs.h |    2 +-
>  include/sound/soc-dapm.h    |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied to ALSA tree.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 30+ 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; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/dccp/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
@ 2007-12-20 21:59   ` David Miller
  0 siblings, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/irda/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/irda/: " Joe Perches
@ 2007-12-20 22:01   ` David Miller
  0 siblings, 0 replies; 30+ 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] 30+ 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; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/core/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
@ 2007-12-20 22:02   ` David Miller
  0 siblings, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/sched/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
@ 2007-12-20 22:02   ` David Miller
  0 siblings, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/netlabel/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/netlabel/: " Joe Perches
  2007-12-17 19:49   ` Paul Moore
@ 2007-12-20 22:03   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/sctp/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
  2007-12-17 21:11   ` Vlad Yasevich
@ 2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/netfilter/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/netfilter/: " Joe Perches
  2007-12-17 23:49   ` Patrick McHardy
@ 2007-12-20 22:04   ` David Miller
  1 sibling, 0 replies; 30+ 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] 30+ messages in thread

* Re: [PATCH] net/ipv4/: Spelling fixes
  2007-12-17 19:40 ` [PATCH] net/ipv4/: " Joe Perches
@ 2007-12-20 22:05   ` David Miller
  0 siblings, 0 replies; 30+ 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] 30+ messages in thread

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

Thread overview: 30+ 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 ` [PATCH] include/scsi/: " Joe Perches
2007-12-17 19:40 ` [PATCH] kernel/: " Joe Perches
2007-12-17 19:40 ` [PATCH] lib/: " Joe Perches
2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
2007-12-20 22:02   ` David Miller
2007-12-17 19:40 ` [PATCH] net/dccp/: " Joe Perches
2007-12-20 21:59   ` David Miller
2007-12-17 19:40 ` [PATCH] net/ipv4/: " 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 ` [PATCH] net/irda/: " Joe Perches
2007-12-20 22:01   ` David Miller
2007-12-17 19:40 ` [PATCH] net/netfilter/: " 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:49   ` Paul Moore
2007-12-20 22:03   ` David Miller
2007-12-17 19:40 ` [PATCH] net/sched/: " Joe Perches
2007-12-20 22:02   ` David Miller
2007-12-17 19:40 ` [PATCH] net/sctp/: " Joe Perches
2007-12-17 21:11   ` Vlad Yasevich
2007-12-20 22:04   ` David Miller
2007-12-17 19:40 ` [PATCH] sound/: " Joe Perches
2007-12-18 10:32   ` Takashi Iwai
2007-12-17 19:40 ` [PATCH] include/sound/: " Joe Perches
2007-12-18 10:32   ` Takashi Iwai

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