mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
committed by
Greg Kroah-Hartman
parent
51d6859f23
commit
ba857e0ff0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user