From: "YOSHIFUJI Hideaki / 吉藤英明" <yoshfuji@linux-ipv6.org>
To: davem@redhat.com
Cc: netdev@oss.sgi.com, yoshfuji@linux-ipv6.org
Subject: [PATCH] [NET] mis-spellings in net/core/neighbour.c
Date: Tue, 23 Dec 2003 17:02:57 +0900 (JST) [thread overview]
Message-ID: <20031223.170257.69290968.yoshfuji@linux-ipv6.org> (raw)
Hello.
I found several typoes / mis-spellings in net/core/neighbour.c.
===== neighbour.c 1.20 vs edited =====
--- 1.20/net/core/neighbour.c Tue Oct 21 14:59:11 2003
+++ edited/neighbour.c Tue Dec 23 16:50:15 2003
@@ -98,7 +98,7 @@
/*
* It is random distribution in the interval (1/2)*base...(3/2)*base.
* It corresponds to default IPv6 settings and is not overridable,
- * because it is really reasonbale choice.
+ * because it is really reasonable choice.
*/
unsigned long neigh_rand_reach_time(unsigned long base)
@@ -120,7 +120,7 @@
while ((n = *np) != NULL) {
/* Neighbour record may be discarded if:
- nobody refers to it.
- - it is not premanent
+ - it is not permanent
- (NEW and probably wrong)
INCOMPLETE entries are kept at least for
n->parms->retrans_time, otherwise we could
@@ -510,7 +510,7 @@
{
struct hh_cache *hh;
- NEIGH_PRINTK2("neigh %p is suspecteded.\n", neigh);
+ NEIGH_PRINTK2("neigh %p is suspected.\n", neigh);
neigh->output = neigh->ops->output;
@@ -537,7 +537,7 @@
/*
Transitions NUD_STALE <-> NUD_REACHABLE do not occur
- when fast path is built: we have no timers assotiated with
+ when fast path is built: we have no timers associated with
these states, we do not have time to check state when sending.
neigh_periodic_timer check periodically neigh->confirmed
time and moves NUD_REACHABLE -> NUD_STALE.
@@ -962,7 +962,7 @@
/* This function can be used in contexts, where only old dev_queue_xmit
worked, f.e. if you want to override normal output path (eql, shaper),
- but resoltution is not made yet.
+ but resolution is not made yet.
*/
int neigh_compat_output(struct sk_buff *skb)
--
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF 80D8 4807 F894 E062 0EEA
next reply other threads:[~2003-12-23 8:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-23 8:02 YOSHIFUJI Hideaki / 吉藤英明 [this message]
2003-12-25 3:26 ` [PATCH] [NET] mis-spellings in net/core/neighbour.c David S. 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=20031223.170257.69290968.yoshfuji@linux-ipv6.org \
--to=yoshfuji@linux-ipv6.org \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
/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).