mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Spelling correction in HDLC/Frame Relay support routines
@ 2009-07-01 17:24 Rudy Matela
  2009-07-02 19:06 ` Krzysztof Halasa
  0 siblings, 1 reply; 4+ messages in thread
From: Rudy Matela @ 2009-07-01 17:24 UTC (permalink / raw)
  To: Krzysztof Halasa; +Cc: LKML

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

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] Spelling correction in HDLC/Frame Relay support routines
@ 2009-11-25 13:20 Rudy Matela
  2009-11-25 23:22 ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Rudy Matela @ 2009-11-25 13:20 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

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

diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c
index 840cff7..4d4c543 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;
 	}
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-25 23:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-01 17:24 [PATCH] Spelling correction in HDLC/Frame Relay support routines Rudy Matela
2009-07-02 19:06 ` Krzysztof Halasa
2009-11-25 13:20 Rudy Matela
2009-11-25 23:22 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome