Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b981da12 authored by Gavin Thomas Claugus's avatar Gavin Thomas Claugus Committed by Greg Kroah-Hartman
Browse files

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: default avatarGavin Thomas Claugus <gclaugus@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5e6731c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;