Skip to content

Commit

Permalink
hdlc: spelling fix in find_pvc() comment
Browse files Browse the repository at this point in the history
Signed-off-by: Rudy Matela <rudy.matela@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Rudy Matela authored and Jiri Kosina committed Dec 4, 2009
1 parent 1b35eda commit 870571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wan/hdlc_fr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 870571a

Please sign in to comment.