[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446215456-25229-1-git-send-email-brutallesale@gmail.com>
Date: Fri, 30 Oct 2015 15:30:56 +0100
From: Bogicevic Sasa <brutallesale@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Bogicevic Sasa <brutallesale@...il.com>
Subject: [PATCH] drivers:staging:gdm724x Fix Blank lines aren't necessary after an open brace '{'
This fixes "Blank lines aren't necessary after an open brace '{'"
message from checkpatch.pl
Signed-off-by: Bogicevic Sasa <brutallesale@...il.com>
---
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@...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