提交 b981da12 编写于 作者: G Gavin Thomas Claugus 提交者: Greg Kroah-Hartman

Staging: most: fix style issue in aim-cdev/cdev.c

Fix 80+ character line in cdev.c to stop checkpatch from whining.
Signed-off-by: NGavin Thomas Claugus <gclaugus@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5e6731c8
......@@ -99,7 +99,8 @@ static int aim_open(struct inode *inode, struct file *filp)
return -EBUSY;
}
ret = most_start_channel(channel->iface, channel->channel_id, &cdev_aim);
ret = most_start_channel(channel->iface, channel->channel_id,
&cdev_aim);
if (ret)
atomic_dec(&channel->access_ref);
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册