All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines
@ 2016-09-15 20:26 Namrata A Shettar
  2016-09-15 20:51 ` Namrata A Shettar
  2016-09-16  8:14 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 3+ messages in thread
From: Namrata A Shettar @ 2016-09-15 20:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Malcolm Priestley, Alison Schofield,
	maomao xu, Othmar Pasteka, Parth Sane, Wolfram Sang,
	outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]

Fix checkpatch issue of unnecessary blank lines.

Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
---
 drivers/staging/vt6656/wcmd.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/vt6656/wcmd.c b/drivers/staging/vt6656/wcmd.c
index 95faaeb..bd8e8b8 100644
--- a/drivers/staging/vt6656/wcmd.c
+++ b/drivers/staging/vt6656/wcmd.c
@@ -45,7 +45,6 @@ static void vnt_cmd_timer_wait(struct vnt_private *priv,
unsigned long msecs)

 static int vnt_cmd_complete(struct vnt_private *priv)
 {
-
        priv->command_state = WLAN_CMD_IDLE;
        if (priv->free_cmd_queue == CMD_Q_SIZE) {
                /* Command Queue Empty */
@@ -165,7 +164,6 @@ void vnt_run_command(struct work_struct *work)

 int vnt_schedule_command(struct vnt_private *priv, enum vnt_cmd command)
 {
-
        if (priv->free_cmd_queue == 0)
                return false;

@@ -178,7 +176,6 @@ int vnt_schedule_command(struct vnt_private *priv, enum
vnt_cmd command)
                vnt_cmd_complete(priv);

        return true;
-
 }

 void vnt_reset_command_timer(struct vnt_private *priv)

--
2.7.4

[-- Attachment #2: Type: text/html, Size: 1629 bytes --]

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

* Re: [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines
  2016-09-15 20:26 [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines Namrata A Shettar
@ 2016-09-15 20:51 ` Namrata A Shettar
  2016-09-16  8:14 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Namrata A Shettar @ 2016-09-15 20:51 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Julia Lawall


[-- Attachment #1.1: Type: text/plain, Size: 332 bytes --]


I am sorry for the haphazard way in which my patch changes have showed up.I 
sent the mails to myself and they seemed fine but on the mailing list the 
changes have come as replies to the older version of the patchset.Please 
can anybody help me as to what could be the problem? 

Regret the inconvenience caused.

Thanks,
Namrata

[-- Attachment #1.2: Type: text/html, Size: 397 bytes --]

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

* Re: [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines
  2016-09-15 20:26 [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines Namrata A Shettar
  2016-09-15 20:51 ` Namrata A Shettar
@ 2016-09-16  8:14 ` Greg Kroah-Hartman
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2016-09-16  8:14 UTC (permalink / raw)
  To: Namrata A Shettar
  Cc: Malcolm Priestley, Alison Schofield, maomao xu, Othmar Pasteka,
	Parth Sane, Wolfram Sang, outreachy-kernel

On Fri, Sep 16, 2016 at 01:56:35AM +0530, Namrata A Shettar wrote:
> Fix checkpatch issue of unnecessary blank lines.
> 
> Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com>
> ---
> �drivers/staging/vt6656/wcmd.c | 3 ---
> �1 file changed, 3 deletions(-)

Your patches were sent as html, and I can't apply html patches (hint, it
doesn't work...)

Can you please fix your email client to only send plain text emails, and
maybe use git send-email (that will not send html)?

Because of this, I can't take any of the patches in this series, sorry.

greg k-h


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

end of thread, other threads:[~2016-09-16  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-15 20:26 [PATCH v2 1/6] staging: vt6656: Remove unnecessary blank lines Namrata A Shettar
2016-09-15 20:51 ` Namrata A Shettar
2016-09-16  8:14 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.