mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-04 00:01:44 +00:00
hdlc: spelling fix in find_pvc() comment
Signed-off-by: Rudy Matela <rudy.matela@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1b35edaf9f
commit
870571a2ef
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user