[NET] include/net/: Spelling fixes
authorJoe Perches <joe@perches.com>
Thu, 20 Dec 2007 21:56:32 +0000 (13:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2007 21:56:32 +0000 (13:56 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ax25.h
include/net/ip6_tunnel.h
include/net/irda/discovery.h
include/net/sctp/structs.h

index 4e3cd93f81fcf0418f1fea085afcc91008d7f992..32a57e1dee3a4f526cc43491b909948b55d0c6d1 100644 (file)
@@ -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.  */
index 29c9da707c7a6d63f73c677923cf0b6778ddd3c2..c17fa1fdc3567fb23a30c600fc1d053841b3752f 100644 (file)
@@ -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;
index eb0f9de472943b3521ff187c9b23e0d061dd5370..e4efad1f9effd473e9eea66f0a3a8c09c90ae9dd 100644 (file)
@@ -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
index 002a00a4e6be0447ac654bdab49a7c5a5f824077..bb965742b64e4bb73610698e6b9f3f15a61d2d17 100644 (file)
@@ -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 */
This page took 0.028532 seconds and 5 git commands to generate.