All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] staging: vt6655: fix space prohibted before that ',' Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
  2015-01-19 22:05 [PATCH] staging: vt6655: fix space prohibted before that ',' Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com> Ahmad Hassan
@ 2015-01-19 11:11 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-01-19 11:11 UTC (permalink / raw)
  To: Ahmad Hassan; +Cc: devel, forest, tvboxspy, gclement, joe, guido, linux-kernel

On Mon, Jan 19, 2015 at 01:05:52PM -0900, Ahmad Hassan wrote:
> ---
>  drivers/staging/vt6655/device_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Something went really wrong with your subject line :(

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

* [PATCH] staging: vt6655: fix space prohibted before that ',' Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
@ 2015-01-19 22:05 Ahmad Hassan
  2015-01-19 11:11 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Hassan @ 2015-01-19 22:05 UTC (permalink / raw)
  To: devel; +Cc: forest, gregkh, tvboxspy, gclement, joe, guido, devel, linux-kernel

---
 drivers/staging/vt6655/device_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index f5cc78e..34e3a76 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1090,7 +1090,7 @@ static  irqreturn_t  device_intr(int irq,  void *dev_instance)
 	// Must do this after doing rx/tx, cause ISR bit is slow
 	// than RD/TD write back
 	// update ISR counter
-	STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic , dwMIBCounter);
+	STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic, dwMIBCounter);
 	while (pDevice->dwIsr != 0) {
 		STAvUpdateIsrStatCounter(&pDevice->scStatistic, pDevice->dwIsr);
 		MACvWriteISR(pDevice->PortOffset, pDevice->dwIsr);
-- 
2.2.1


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

end of thread, other threads:[~2015-01-19 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 22:05 [PATCH] staging: vt6655: fix space prohibted before that ',' Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com> Ahmad Hassan
2015-01-19 11:11 ` Greg KH

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.