From: Sudip Mukherjee Date: Tue, 18 Aug 2015 15:18:22 +0000 (+0530) Subject: staging: most: remove multiple blank line X-Git-Tag: firefly_0821_release~176^2~802^2~2238 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba857e0ff08b0ba7922cb58d0870a5a207eadc5e;p=firefly-linux-kernel-4.4.55.git staging: most: remove multiple blank line Multiple blank lines are not recommended in the kernel coding style. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/most/aim-cdev/cdev.c b/drivers/staging/most/aim-cdev/cdev.c index a0cdd26bf303..a5e8993f55e9 100644 --- a/drivers/staging/most/aim-cdev/cdev.c +++ b/drivers/staging/most/aim-cdev/cdev.c @@ -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;