aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/most
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2015-08-18 20:48:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:30 -0700
commitba857e0ff08b0ba7922cb58d0870a5a207eadc5e (patch)
tree96bbc900d3b0e9786c5a495afccbcf11863b030d /drivers/staging/most
parentstaging: most: bool comparison style (diff)
downloadlinux-dev-ba857e0ff08b0ba7922cb58d0870a5a207eadc5e.tar.xz
linux-dev-ba857e0ff08b0ba7922cb58d0870a5a207eadc5e.zip
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>
Diffstat (limited to 'drivers/staging/most')
-rw-r--r--drivers/staging/most/aim-cdev/cdev.c1
1 files changed, 0 insertions, 1 deletions
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;