[PATCH] Staging : gdm724x: Remove space before , in function arguments

Mohammad Jamal md.jamalmohiuddin at gmail.com
Sun Dec 21 02:48:19 UTC 2014


This patch solves space prohibited before , warning in gdm_mux.c

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin at gmail.com>
---
 drivers/staging/gdm724x/gdm_mux.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/gdm724x/gdm_mux.c b/drivers/staging/gdm724x/gdm_mux.c
index b5b063a..d1ab996 100644
--- a/drivers/staging/gdm724x/gdm_mux.c
+++ b/drivers/staging/gdm724x/gdm_mux.c
@@ -220,7 +220,7 @@ static int up_to_host(struct mux_rx *r)
 static void do_rx(struct work_struct *work)
 {
 	struct mux_dev *mux_dev =
-		container_of(work, struct mux_dev , work_rx.work);
+		container_of(work, struct mux_dev, work_rx.work);
 	struct mux_rx *r;
 	struct rx_cxt *rx = (struct rx_cxt *)&mux_dev->rx;
 	unsigned long flags;
-- 
1.7.9.5



More information about the devel mailing list