From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
"David S. Miller" <davem@davemloft.net>,
Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
James Morris <jmorris@namei.org>,
Patrick McHardy <kaber@trash.net>,
Ralf Baechle <ralf@linux-mips.org>,
Samuel Ortiz <samuel@sortiz.org>,
Sridhar Samudrala <sri@us.ibm.com>,
Vlad Yasevich <vladislav.yasevich@hp.com>,
linux-hams@vger.kernel.org,
lksctp-developers@lists.sourceforge.net, netdev@vger.kernel.org
Subject: [PATCH] include/net/: Spelling fixes
Date: Mon, 17 Dec 2007 11:40:25 -0800 [thread overview]
Message-ID: <1197920439-5455-19-git-send-email-joe@perches.com> (raw)
Message-ID: <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com> (raw)
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
next prev reply other threads:[~2007-12-17 19:41 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 [this message]
2007-12-20 21:56 ` David Miller
2007-12-17 19:40 ` Joe Perches
2007-12-17 19:40 ` [PATCH] net/core/: " Joe Perches
2007-12-20 22:02 ` David Miller
2007-12-17 19:40 ` Joe Perches
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-20 22:05 ` David Miller
2007-12-17 19:40 ` Joe Perches
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/irda/: " Joe Perches
2007-12-20 22:01 ` David Miller
2007-12-17 19:40 ` Joe Perches
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 23:49 ` Patrick McHardy
2007-12-20 22:04 ` David Miller
2007-12-17 19:40 ` Joe Perches
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-20 22:02 ` David Miller
2007-12-17 19:40 ` Joe Perches
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1197920439-5455-19-git-send-email-joe@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=jmorris@namei.org \
--cc=kaber@trash.net \
--cc=kuznet@ms2.inr.ac.ru \
--cc=linux-hams@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lksctp-developers@lists.sourceforge.net \
--cc=netdev@vger.kernel.org \
--cc=pekkas@netcore.fi \
--cc=ralf@linux-mips.org \
--cc=samuel@sortiz.org \
--cc=sri@us.ibm.com \
--cc=vladislav.yasevich@hp.com \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).