Re: [PATCH 2/2] staging: rtl8723au:core

2014-10-27 Thread Jes Sorensen
Joe Perches j...@perches.com writes: On Mon, 2014-10-27 at 06:45 +0100, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote: ERROR: spaces required around that ':' (ctx:VxE) [] diff --git

Re: [PATCH 2/2] staging: rtl8723au:core

2014-10-27 Thread Joe Perches
On Mon, 2014-10-27 at 07:16 +0100, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Mon, 2014-10-27 at 06:45 +0100, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote: ERROR: spaces required around that ':' (ctx:VxE)

Re: [PATCH 2/2] staging: rtl8723au:core

2014-10-27 Thread Jes Sorensen
Joe Perches j...@perches.com writes: On Mon, 2014-10-27 at 07:16 +0100, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Mon, 2014-10-27 at 06:45 +0100, Jes Sorensen wrote: Joe Perches j...@perches.com writes: On Sun, 2014-10-26 at 16:18 +, Paul McQuade wrote: ERROR:

RE: [PATCH] drivers: staging: rtl8192u: Fix space prohibited after that open parenthesis '(' errors

2014-10-27 Thread Sharma, Sanjeev
Look ok. Regards Sanjeev Sharma -Original Message- From: Greg Donald [mailto:gdon...@gmail.com] Sent: Monday, October 27, 2014 1:49 AM To: Greg Kroah-Hartman; Ana Rey; Peter P Waskiewicz Jr; Chaitanya Hazarey; Sharma, Sanjeev; Roxana Blaj; Antoine Schweitzer-Chaput;

[PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-27 Thread Sanjeev Sharma
This is a patch to the rtw_cmd.c file that fixes Error reported by checkpatch. Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com --- drivers/staging/rtl8723au/core/rtw_cmd.c | 83 +++- 1 file changed, 40 insertions(+), 43 deletions(-) diff --git

Re: [PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-27 Thread Jes Sorensen
Sanjeev Sharma sanjeev_sha...@mentor.com writes: This is a patch to the rtw_cmd.c file that fixes Error reported by checkpatch. Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com --- drivers/staging/rtl8723au/core/rtw_cmd.c | 83 +++- 1 file changed, 40

Re: [PATCH] staging: rtl8712: remove unused variables

2014-10-27 Thread Dan Carpenter
On Sun, Oct 26, 2014 at 06:03:33PM +0530, Sudip Mukherjee wrote: @@ -262,7 +257,7 @@ static u8 rtl8712_dl_fw(struct _adapter *padapter) if (tmp8_a != (tmp8|BIT(2))) goto exit_fail; - tmp32 = r8712_read32(padapter, TCR); +

Re: [PATCH 1/3] staging: gs_fpgaboot: cleanup in gs_fpgaboot_init function

2014-10-27 Thread Dan Carpenter
On Sun, Oct 26, 2014 at 10:56:34AM -0700, Insop Song wrote: Devendra Since these are small changes, I want one patch set instead of three unless Greg says otherwise. Normally in staging/ we would insist on three patches for this. The one thing per patch rule is a bit ambiguous at times

Re: [PATCH 05/10] staging: unisys: added spinlock comments visorchannel_funcs

2014-10-27 Thread Dan Carpenter
On Wed, Oct 22, 2014 at 05:52:25PM -0400, Erik Arfvidson wrote: This patch adds comment documentation to visorchannel_tag struct Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com ---

Re: [PATCH] staging: rtl8712: remove unused variables

2014-10-27 Thread Dan Carpenter
On Mon, Oct 27, 2014 at 05:22:21PM +0530, Sudip Mukherjee wrote: On Mon, Oct 27, 2014 at 02:13:12PM +0300, Dan Carpenter wrote: On Sun, Oct 26, 2014 at 06:03:33PM +0530, Sudip Mukherjee wrote: @@ -262,7 +257,7 @@ static u8 rtl8712_dl_fw(struct _adapter *padapter) if (tmp8_a !=

Re: [PATCH] staging: rtl8712: remove unused variables

2014-10-27 Thread Sudip Mukherjee
On Mon, Oct 27, 2014 at 03:12:57PM +0300, Dan Carpenter wrote: On Mon, Oct 27, 2014 at 05:22:21PM +0530, Sudip Mukherjee wrote: On Mon, Oct 27, 2014 at 02:13:12PM +0300, Dan Carpenter wrote: On Sun, Oct 26, 2014 at 06:03:33PM +0530, Sudip Mukherjee wrote: @@ -262,7 +257,7 @@ static u8

Re: [RFC 2/2] staging: ion: debugfs to shrink pool

2014-10-27 Thread Dan Carpenter
On Mon, Oct 27, 2014 at 02:42:40PM +0300, Dan Carpenter wrote: On Thu, Oct 23, 2014 at 09:52:20PM +0900, Gioh Kim wrote: This patch creates debugfs files, /sys/kernel/debug/ion/heaps/system_shrink, to shrink pool or get pool size. Reading the file returns pool size and writing occurs to

Re: [PATCH v6 7/7] staging: skein: Removes skein_debug include

2014-10-27 Thread Jason Cooper
On Fri, Oct 24, 2014 at 05:34:56PM -0500, Eric Rost wrote: Removes skein_debug.h include since skein_debug.h is nonexistent. Signed-off-by: Eric Rost eric.r...@mybabylon.net --- drivers/staging/skein/skein_base.h | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git

Re: [PATCH v6 0/7] staging: skein: CryptoAPI and Module Support

2014-10-27 Thread Jason Cooper
Greg, On Fri, Oct 24, 2014 at 05:29:09PM -0500, Eric Rost wrote: Adds CryptoAPI and loadable module support to the Skein Hashing Algorithm. Collapses threefish module into skein module. Renames skein.c and skein.h to skein_base.c and skein_base.h so module can be named skein.ko. Inlines

Remittance/Foreign Operations Dept Central Bank of Nigeria

2014-10-27 Thread Dr . Mohammed Kamran
Attn: Beneficiary, We want to officially notify you that your funds approved only US$10 Million, being part payment for your Overdue Inheritance/Contract entitlements has been programmed to be transferred to a Bank Account in the USA, following series of documents tendered by your

Re: [PATCH] staging:rtl8723au: core: Fix error reported by checkpatch.

2014-10-27 Thread Joe Perches
On Mon, 2014-10-27 at 09:43 +0100, Jes Sorensen wrote: Sanjeev Sharma sanjeev_sha...@mentor.com writes: This is a patch to the rtw_cmd.c file that fixes Error reported by checkpatch. [] diff --git a/drivers/staging/rtl8723au/core/rtw_cmd.c b/drivers/staging/rtl8723au/core/rtw_cmd.c []

[PATCH v3 33/47] staging: nvec: Register with kernel power-off handler

2014-10-27 Thread Guenter Roeck
Register with kernel power-off handler instead of setting pm_power_off directly. Register with default priority since we don't know any better. Cc: Julian Andres Klode j...@jak-linux.org Cc: Marc Dietrich marvi...@gmx.de Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Greg

[PATCH] staging: rtl8188eu: hal: space required

2014-10-27 Thread Paul McQuade
ERROR: space required before the open brace '{' Signed-off-by: Paul McQuade paulmcq...@gmail.com --- drivers/staging/rtl8188eu/hal/bb_cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c b/drivers/staging/rtl8188eu/hal/bb_cfg.c index

Re: [PATCH 1/3] staging: gs_fpgaboot: cleanup in gs_fpgaboot_init function

2014-10-27 Thread Insop Song
On Mon, Oct 27, 2014 at 02:17:38PM +0300, Dan Carpenter wrote: On Sun, Oct 26, 2014 at 10:56:34AM -0700, Insop Song wrote: Devendra Since these are small changes, I want one patch set instead of three unless Greg says otherwise. Normally in staging/ we would insist on three

[PATCH 4/4] staging: unisys: fix alignment in virtpci.h

2014-10-27 Thread Benjamin Romer
Clean up misaligned indentation in virtpci.h. Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/virtpci/virtpci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.h

[PATCH 2/4] staging: unisys: get rid of typedef for VIRTPCI_DEV_TYPE

2014-10-27 Thread Benjamin Romer
Remove the typedef and use enum virtpc_dev_type instead. Update references. Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/virtpci/virtpci.c | 3 ++- drivers/staging/unisys/virtpci/virtpci.h | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff

[PATCH 1/4] staging: unisys: fix CamelCase in net_adap_info

2014-10-27 Thread Benjamin Romer
Fix the CamelCase member name in this structure: zoneGuid = zone_uuid Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/virtpci/virtpci.c | 4 ++-- drivers/staging/unisys/virtpci/virtpci.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 3/4] staging: unisys: fix CamelCase members of virtpci_dev

2014-10-27 Thread Benjamin Romer
Fix CamelCase names in this structure: busNo = bus_no deviceNo = device_no Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 28 ++-- drivers/staging/unisys/virtpci/virtpci.c | 15 +--

[PATCH 0/4] cleanup in virtpci.h

2014-10-27 Thread Benjamin Romer
This patch series cleans up virtpci.h for checkpatch.pl errors, warnings, and strict checks. Benjamin Romer (4): staging: unisys: fix CamelCase in net_adap_info staging: unisys: get rid of typedef for VIRTPCI_DEV_TYPE staging: unisys: fix CamelCase members of virtpci_dev staging: unisys:

[PATCH v3.18-rc2] staging: android: logger: Fix log corruption regression

2014-10-27 Thread Daniel Thompson
Since commit cd678fce4280 (switch logger to -write_iter()), any attempt to write to the log results in the log data being written over its own metadata, thus rendering the log unreadable. The problem was first detected when I ran an Android userspace on the v3.18-rc1 kernel. However the issue can

Re: [PATCH v3.18-rc2] staging: android: logger: Fix log corruption regression

2014-10-27 Thread Al Viro
On Mon, Oct 27, 2014 at 06:51:43PM +, Daniel Thompson wrote: Since commit cd678fce4280 (switch logger to -write_iter()), any attempt to write to the log results in the log data being written over its own metadata, thus rendering the log unreadable. The problem was first detected when I

Caro usuário

2014-10-27 Thread WEBMASTER
-- Caro usuário sua conta de e-mail ultrapassou 2 GB criados pelo webmaster, atualmente funcionando em 2.30GB , não poderá enviar ou receber uma nova mensagem dentro do próximas 24 horas para verificar a sua conta de e-mail . Por favor, digite suas informações abaixo para verificar a sua

[PATCH 01/10] staging: unisys: fix blank lines virthba

2014-10-27 Thread Erik Arfvidson
This patch removes unnecessary blanks lines and adds necessary blank lines in virthba. Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git

[PATCH 08/10] staging: unisys: fixed aligment in visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
this patch fixes aligment for visorchanne_funcs Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/visorchannel/visorchannel_funcs.c

[PATCH 09/10] staging: unisys: remove unnecessary blank line in visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
this patch removes unnecessary blank line in visorchannel_funcs Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorchannel/visorchannel_funcs.c

[PATCH 04/10] staging: unisys: fix all logical continuation virthba

2014-10-27 Thread Erik Arfvidson
This patch fixes all logical continuations issues in virthba.c Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 42 1 file changed, 21 insertions(+), 21 deletions(-) diff --git

[PATCH 07/10] staging: unisys: fixed logical continuation visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
this patch fixes a logical continuation check in visorchannel Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 02/10] staging: unisys: virthba fix all spaces after cast

2014-10-27 Thread Erik Arfvidson
This patch fixes all spaces after cast for virthba Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 130 +++ 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/drivers/staging/unisys/virthba/virthba.c

[PATCH 05/10] staging: unisys: added spinlock comments visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
This patch adds comment documentation to visorchannel_tag struct Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[PATCH 10/10] staging: unisys: fixed braces check in visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
this patch adds braces to an else statement to remove check in checkpatch.pl for visorchannel_funcs.c Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/visorchannel/visorchannel_funcs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 03/10] staging: unisys: virthba fix all alingment issues

2014-10-27 Thread Erik Arfvidson
this patch fixes all aligment issues in virthba.c Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- drivers/staging/unisys/virthba/virthba.c | 82 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/drivers/staging/unisys/virthba/virthba.c

[PATCH 06/10] staging: unisys: remove all unnecessary space after cast visorchannel_funcs

2014-10-27 Thread Erik Arfvidson
This patch removes all unnecessary spaces after cast for visorchannel_funcs Signed-off-by: Erik Arfvidson erik.arfvid...@unisys.com --- .../unisys/visorchannel/visorchannel_funcs.c | 61 +++--- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git

[PATCH] staging: skein: skein_api.c: removed space before ','

2014-10-27 Thread Mikael Svantesson
Signed-off-by: Mikael Svantesson mik...@distopic.net --- drivers/staging/skein/skein_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/skein/skein_api.c b/drivers/staging/skein/skein_api.c index 6e700ee..5bfce07 100644 ---

[PATCH 0/3] enable pool shrinking in page unit

2014-10-27 Thread Gioh Kim
Hello, Current shrinking is not page unit, block unit. But shrinker returns the pool size in page unit, so it is confused. And there is no way to control pool size and shrink pool directly. I have 3 patches: 1. Patch 1/3: make pool be shrinked by page unit This patch trys to shrink pool in

[PATCH 1/3] staging: ion: shrink page-pool by page unit

2014-10-27 Thread Gioh Kim
This patch shrink page-pool by page unit. Shrinker usually get the pool size with the pool-scanner and pass the size to the pool-counter to shrink entire pool. But the pool-scanner is working in block unit. and pool-counter page unit. So it is confused. Signed-off-by: Gioh Kim gioh@lge.com

[PATCH 3/3] staging: ion: limit pool size

2014-10-27 Thread Gioh Kim
This patch limits pool size by page unit. Signed-off-by: Gioh Kim gioh@lge.com --- drivers/staging/android/ion/Kconfig |8 drivers/staging/android/ion/ion_page_pool.c | 24 ++-- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git

[PATCH 2/3] staging: ion: debugfs to shrink pool

2014-10-27 Thread Gioh Kim
This patch enables debugfs files /sys/kernel/debug/ion/heaps/system_shrink ,which was commented out, to shrink pool or get pool size Reading the file returns pool size and writing occurs to shrink pool. Signed-off-by: Gioh Kim gioh@lge.com --- drivers/staging/android/ion/ion.c | 31