2009-07-01 17:22:18

by Rudy Matela

[permalink] [raw]
Subject: [PATCH] Spelling correction in HDLC/Frame Relay support routines

Spelling correction in HDLC/Frame Relay support routines

Changed: /* the listed is sorted */
To: /* the list is sorted */

Signed-off-by: Rudy Matela <[email protected]>
---

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;
}


2009-07-02 19:06:19

by Krzysztof Halasa

[permalink] [raw]
Subject: Re: [PATCH] Spelling correction in HDLC/Frame Relay support routines

Rudy Matela <[email protected]> writes:

> Spelling correction in HDLC/Frame Relay support routines

Thanks a lot, I will handle it.
--
Krzysztof Halasa