Staging: gdm724x: fix space before comma coding style issue in gdm_mux.c
authorRobert Nachlinger <robert.nachlinger@gmail.com>
Thu, 18 Dec 2014 16:57:06 +0000 (17:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 22:56:19 +0000 (14:56 -0800)
This is a patch to the gdm_mux.c file that fixes a space before comma
coding style issue found by the checkpatch.pl tool.

Signed-off-by: Robert Nachlinger <robert.nachlinger@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_mux.c

index b5b063a..d1ab996 100644 (file)
@@ -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;