提交 d560846e 编写于 作者: C Colin Ian King 提交者: David S. Miller

atm: iphase: fix newline escape and minor tweak to source formatting

The newline escape is incorrect and needs fixing. Also adjust source
formatting / indentation and add { } to trailing else.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 bed806cb
...@@ -1885,9 +1885,9 @@ static int open_tx(struct atm_vcc *vcc) ...@@ -1885,9 +1885,9 @@ static int open_tx(struct atm_vcc *vcc)
if ((ret = ia_cbr_setup (iadev, vcc)) < 0) { if ((ret = ia_cbr_setup (iadev, vcc)) < 0) {
return ret; return ret;
} }
} } else {
else printk("iadev: Non UBR, ABR and CBR traffic not supported\n");
printk("iadev: Non UBR, ABR and CBR traffic not supportedn"); }
iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE; iadev->testTable[vcc->vci]->vc_status |= VC_ACTIVE;
IF_EVENT(printk("ia open_tx returning \n");) IF_EVENT(printk("ia open_tx returning \n");)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册