summaryrefslogtreecommitdiffstats
path: root/drivers/staging/most/aim-sound
diff options
context:
space:
mode:
authorChristian Gromm2015-10-21 17:50:39 +0200
committerGreg Kroah-Hartman2015-10-25 03:08:16 +0100
commit9ac23b344e72f21cc832c5f02744ab86e9210d12 (patch)
tree257fd0a2b13c60713a1f1add91ea652c0586ad1e /drivers/staging/most/aim-sound
parentstaging: IB/ipath: remove sched.h header (diff)
downloadkernel-qcow2-linux-9ac23b344e72f21cc832c5f02744ab86e9210d12.tar.gz
kernel-qcow2-linux-9ac23b344e72f21cc832c5f02744ab86e9210d12.tar.xz
kernel-qcow2-linux-9ac23b344e72f21cc832c5f02744ab86e9210d12.zip
staging: most: remove multiple blank lines
This patch removes the usage of multiple blank lines from driver modules. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/most/aim-sound')
-rw-r--r--drivers/staging/most/aim-sound/sound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/most/aim-sound/sound.c b/drivers/staging/most/aim-sound/sound.c
index 4d3376340daa..9c645801cff4 100644
--- a/drivers/staging/most/aim-sound/sound.c
+++ b/drivers/staging/most/aim-sound/sound.c
@@ -470,7 +470,6 @@ static struct snd_pcm_ops pcm_ops = {
.mmap = snd_pcm_lib_mmap_vmalloc,
};
-
static int split_arg_list(char *buf, char **card_name, char **pcm_format)
{
*card_name = strsep(&buf, ".");