* [PATCH] staging: gdm724x: fix space coding style issue in gdm_mux.c
@ 2015-01-04 8:23 Ning Zhou
2015-01-17 22:57 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Ning Zhou @ 2015-01-04 8:23 UTC (permalink / raw)
To: gregkh; +Cc: gulsah.1004, daniel.dy.ngu, josh, devel, linux-kernel, Ning Zhou
This is a patch to fix a space error found by the checkpatch.pl in
file gdm_mux.c.
Signed-off-by: Ning Zhou <zhou.ning.gd@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.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] staging: gdm724x: fix space coding style issue in gdm_mux.c
2015-01-04 8:23 [PATCH] staging: gdm724x: fix space coding style issue in gdm_mux.c Ning Zhou
@ 2015-01-17 22:57 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-01-17 22:57 UTC (permalink / raw)
To: Ning Zhou; +Cc: gulsah.1004, daniel.dy.ngu, josh, devel, linux-kernel
On Sun, Jan 04, 2015 at 09:23:44AM +0100, Ning Zhou wrote:
> This is a patch to fix a space error found by the checkpatch.pl in
> file gdm_mux.c.
>
> Signed-off-by: Ning Zhou <zhou.ning.gd@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.9.1
Someone sent this same patch before you did, sorry.
^ permalink raw reply [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 --
2015-01-04 8:23 [PATCH] staging: gdm724x: fix space coding style issue in gdm_mux.c Ning Zhou
2015-01-17 22:57 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®