staging: most: remove multiple blank line

Multiple blank lines are not recommended in the kernel coding style.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sudip Mukherjee 2015-08-18 20:48:22 +05:30 committed by Greg Kroah-Hartman
parent 51d6859f23
commit ba857e0ff0

View File

@ -48,7 +48,6 @@ struct aim_channel {
static struct list_head channel_list;
static spinlock_t ch_list_lock;
static struct aim_channel *get_channel(struct most_interface *iface, int id)
{
struct aim_channel *channel, *tmp;