[PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'

From: Bogicevic Sasa
Date: Fri Oct 30 2015 - 10:31:27 EST


This fixes "Blank lines aren't necessary after an open brace '{'"
message from checkpatch.pl

Signed-off-by: Bogicevic Sasa <brutallesale@xxxxxxxxx>
---
drivers/staging/gdm724x/gdm_mux.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/gdm724x/gdm_mux.c b/drivers/staging/gdm724x/gdm_mux.c
index 1cf24e4..0389680 100644
--- a/drivers/staging/gdm724x/gdm_mux.c
+++ b/drivers/staging/gdm724x/gdm_mux.c
@@ -660,7 +660,6 @@ static struct usb_driver gdm_mux_driver = {

static int __init gdm_usb_mux_init(void)
{
-
mux_rx_wq = create_workqueue("mux_rx_wq");
if (mux_rx_wq == NULL) {
pr_err("work queue create fail\n");
--
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/