isdn: rename capi_ctr_reseted() to capi_ctr_down()

Change the name of the Kernel CAPI exported function capi_ctr_reseted()
to something representing its purpose better.

Impact: renaming, no functional change
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Tilman Schmidt
2009-06-07 09:09:23 +00:00
提交者 David S. Miller
父节点 f0a4d0e5b5
当前提交 4e32997205
修改 9 个文件,包含 15 行新增15 行删除

查看文件

@@ -382,7 +382,7 @@ static void cmtp_reset_ctr(struct capi_ctr *ctrl)
BT_DBG("ctrl %p", ctrl);
capi_ctr_reseted(ctrl);
capi_ctr_down(ctrl);
atomic_inc(&session->terminate);
cmtp_schedule(session);