From: Rudy Matela <rudy.matela@gmail.com>
To: Krzysztof Halasa <khc@pm.waw.pl>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] Spelling correction in HDLC/Frame Relay support routines
Date: Wed, 1 Jul 2009 14:24:12 -0300 [thread overview]
Message-ID: <20090701172412.GC8416@vacuum.larces.uece.br> (raw)
Spelling correction in HDLC/Frame Relay support routines
Changed: /* the listed is sorted */
To: /* the list is sorted */
Signed-off-by: Rudy Matela <rudy.matela@gmail.com>
---
drivers/net/wan/hdlc_fr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c
index bfa0161..48ec131 100644
--- a/drivers/net/wan/hdlc_fr.c
+++ b/drivers/net/wan/hdlc_fr.c
@@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci)
if (pvc->dlci == dlci)
return pvc;
if (pvc->dlci > dlci)
- return NULL; /* the listed is sorted */
+ return NULL; /* the list is sorted */
pvc = pvc->next;
}
next reply other threads:[~2009-07-01 17:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-01 17:24 Rudy Matela [this message]
2009-07-02 19:06 ` Krzysztof Halasa
2009-11-25 13:20 Rudy Matela
2009-11-25 23:22 ` Jiri Kosina
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=20090701172412.GC8416@vacuum.larces.uece.br \
--to=rudy.matela@gmail.com \
--cc=khc@pm.waw.pl \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®