projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b35eda
)
hdlc: spelling fix in find_pvc() comment
author
Rudy Matela
<rudy.matela@gmail.com>
Wed, 25 Nov 2009 13:20:20 +0000
(10:20 -0300)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 4 Dec 2009 14:39:58 +0000
(15:39 +0100)
Signed-off-by: Rudy Matela <rudy.matela@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/wan/hdlc_fr.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wan/hdlc_fr.c
b/drivers/net/wan/hdlc_fr.c
index 840cff72a0f1a5596ff407651d2c81c305c8a3e9..4d4c543c146405457d0e59517f9da166c1216fb4 100644
(file)
--- 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 list
ed
is sorted */
+ return NULL; /* the list is sorted */
pvc = pvc->next;
}