提交 870571a2 编写于 作者: R Rudy Matela 提交者: Jiri Kosina

hdlc: spelling fix in find_pvc() comment

Signed-off-by: NRudy Matela <rudy.matela@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 1b35edaf
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部