[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1452150951-1571-2-git-send-email-sudipm.mukherjee@gmail.com>
Date: Thu, 7 Jan 2016 12:45:47 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>
Cc: linux-kernel@...r.kernel.org, alsa-devel@...a-project.org,
Sudip Mukherjee <sudipm.mukherjee@...il.com>
Subject: [PATCH 2/6] [ALSA] portman2x4 - fix blanklines
checkpatch complains about multiple blank lines and missing blank line
after declaration.
Signed-off-by: Sudip Mukherjee <sudip@...torindia.org>
---
sound/drivers/portman2x4.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/sound/drivers/portman2x4.c b/sound/drivers/portman2x4.c
index ba0860d..4f9717b 100644
--- a/sound/drivers/portman2x4.c
+++ b/sound/drivers/portman2x4.c
@@ -284,7 +284,6 @@ static void portman_write_midi(struct portman *pm,
/* Data sent. */
}
-
/*
* Read MIDI byte from port
* Attempt to read input byte from specified hardware input port (0..).
@@ -357,7 +356,6 @@ static int portman_read_midi(struct portman *pm, int port)
portman_write_data(pm, 1); /* Cause rising edge, which shifts data. */
portman_write_data(pm, 0); /* Return data clock low. */
-
/* De-assert Strobe and return data. */
portman_write_command(pm, cmdout); /* Output saved address+IE. */
@@ -375,6 +373,7 @@ static int portman_read_midi(struct portman *pm, int port)
static int portman_data_avail(struct portman *pm, int channel)
{
int command = INT_EN;
+
switch (channel) {
case 0:
command |= RXDATA0;
@@ -393,7 +392,6 @@ static int portman_data_avail(struct portman *pm, int channel)
return 0;
}
-
/*
* Flushes any input
*/
@@ -823,7 +821,6 @@ static int snd_portman_remove(struct platform_device *pdev)
return 0;
}
-
static struct platform_driver snd_portman_driver = {
.probe = snd_portman_probe,
.remove = snd_portman_remove,
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists