public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging : gdm724x: Remove space before , in function arguments
@ 2014-12-21  2:48 Mohammad Jamal
  2015-01-17 22:56 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Mohammad Jamal @ 2014-12-21  2:48 UTC (permalink / raw)
  To: gregkh
  Cc: josh, gulsah.1004, md.jamalmohiuddin, daniel.dy.ngu, devel,
	linux-kernel

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

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-17 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-21  2:48 [PATCH] Staging : gdm724x: Remove space before , in function arguments Mohammad Jamal
2015-01-17 22:56 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox