Apply for a Loan Access Fund

2018-02-20 Thread Apply for a Loan
Constant Contact Do you need a loan,You want to pay off bills, Expand your business? Look no further we offer all kinds of loans both long and short term loan. Multi-component loans: We specialize in investments in private sectors within our financial Investment services are M development and

[PATCH 2/3] staging: xm2mvscale: Add TODO for the driver

2018-02-20 Thread Rohit Athavale
This commit highlights the key functionalities that will be improved upon in a future patch set. Signed-off-by: Rohit Athavale --- drivers/staging/xm2mvscale/TODO | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

[PATCH 3/3] Documentation: devicetree: bindings: Add DT binding doc for xm2mvsc driver

2018-02-20 Thread Rohit Athavale
This commit adds the binding doc for the DT that the driver expects. Driver has been tested against Zynq US+ board. Signed-off-by: Rohit Athavale --- .../devicetree/bindings/xm2mvscaler.txt| 25 ++ 1 file changed, 25 insertions(+)

[PATCH 1/3] staging: xm2mvscale: Driver support for Xilinx M2M Video Scaler

2018-02-20 Thread Rohit Athavale
This commit adds driver support for the pre-release Xilinx M2M Video Scaler IP. There are three parts to this driver : - The Hardware/IP layer that reads and writes register of the IP contained in the scaler_hw_xm2m.c - The set of ioctls that applications would need to know contained in

[PATCH 0/3] Initial driver support for Xilinx M2M Video Scaler

2018-02-20 Thread Rohit Athavale
This patch series has three commits : - Driver support for the Xilinx M2M Video Scaler IP - TODO document - DT binding doc Changes in HW register map is expected as the IP undergoes changes. This is a first attempt at the driver as an early prototype. This is a M2M Video Scaler IP that uses

[PATCH 05/12] staging: wilc1000: rename Handle_SetMulticastFilter to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 04/12] staging: wilc1000: rename pu32InactiveTime to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 01/12] staging: wilc1000: rename pu8HdnNtwrksWidVal to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 00/12] staging: wilc1000: fixes to avoid use of camelCase in host interface

2018-02-20 Thread Ajay Singh
This patch series contains fixes for "Avoid camelCase" issues found by checkpatch.pl script. Ajay Singh (12): staging: wilc1000: rename pu8HdnNtwrksWidVal to avoid camelCase staging: wilc1000: rename ptstrJoinBssParam to avoid camelCase staging: wilc1000: rename variables using camelCase in

[PATCH 10/12] staging: wilc1000: rename pstrStationParam to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 46 +++ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git

[PATCH 11/12] staging: wilc1000: rename _WPAPtk_end_case_ label to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 02/12] staging: wilc1000: rename ptstrJoinBssParam to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 78 +++ 1 file changed, 39 insertions(+), 39 deletions(-) diff --git

[PATCH] staging: pi433: fix CamelCase for txStartCondition

2018-02-20 Thread Valentin Vidic
Fixes checkpatch warning: CHECK: Avoid CamelCase: Signed-off-by: Valentin Vidic --- drivers/staging/pi433/pi433_if.h | 2 +- drivers/staging/pi433/rf69.c | 4 ++-- drivers/staging/pi433/rf69.h | 2 +- drivers/staging/pi433/rf69_enum.h | 2 +- 4 files

[PATCH] staging: pi433: fix CamelCase for thresholdDecrement

2018-02-20 Thread Valentin Vidic
Fixes checkpatch warning: CHECK: Avoid CamelCase: Signed-off-by: Valentin Vidic --- drivers/staging/pi433/Documentation/pi433.txt | 2 +- drivers/staging/pi433/pi433_if.h | 2 +- drivers/staging/pi433/rf69.c | 4 ++--

[PATCH 07/12] staging: wilc1000: rename pstrStatistics to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid caseCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 08/12] staging: wilc1000: rename strDisconnectNotifInfo to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 12/12] staging: wilc1000: rename _WPARxGtk_end_case_ label to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 09/12] staging: wilc1000: rename pstrDelStaParam to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c

[PATCH 03/12] staging: wilc1000: rename variables using camelCase in handle_rcvd_ntwrk_info()

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 45 +++ 1 file changed, 22 insertions(+), 23 deletions(-) diff --git

[PATCH 06/12] staging: wilc1000: rename pstrSetBeaconParam to avoid camelCase

2018-02-20 Thread Ajay Singh
Fix "Avoid camelCase" issue found by checkpatch.pl script. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 51 +++ 1 file changed, 25 insertions(+), 26 deletions(-) diff --git

Re: [PATCH v2] staging:iio:meter: Add name to function definition arguments

2018-02-20 Thread Rodrigo Siqueira
On 02/20, Dan Carpenter wrote: > > On Mon, Feb 19, 2018 at 01:28:32PM -0300, rodrigosiqueira wrote: > ^^^ > This looks good, but you need to fix your from email header. Thanks for the review, and the feedback related to the email header. I

Re: [PATCH v2] staging:iio:meter: Add name to function definition arguments

2018-02-20 Thread Dan Carpenter
On Tue, Feb 20, 2018 at 09:21:56AM -0300, Rodrigo Siqueira wrote: > On 02/20, Dan Carpenter wrote: > > > On Mon, Feb 19, 2018 at 01:28:32PM -0300, rodrigosiqueira wrote: > > ^^^ > > This looks good, but you need to fix your from email header.

[PATCH] staging: pi433: fix CamelCase for addressFiltering

2018-02-20 Thread Valentin Vidic
Fixes checkpatch warning: CHECK: Avoid CamelCase: Signed-off-by: Valentin Vidic --- drivers/staging/pi433/pi433_if.c | 4 ++-- drivers/staging/pi433/pi433_if.h | 2 +- drivers/staging/pi433/rf69.c | 4 ++-- drivers/staging/pi433/rf69.h | 2 +-

[PATCH-next] staging: rtl8723bs: Remove unneeded cast

2018-02-20 Thread Christopher Diaz Riveros
Fix Coccinelle alert: drivers/staging//rtl8723bs/os_dep/sdio_intf.c:340:13-27: WARNING: casting value returned by memory allocation function to (struct adapter *) is useless. This issue was detected by using the Coccinelle software. Signed-off-by: Christopher Diaz Riveros

[PATCH-next] staging: emxx_udc: Remove unneeded cast

2018-02-20 Thread Christopher Diaz Riveros
Fix Coccinelle alert: drivers/staging//emxx_udc/emxx_udc.c:2689:19-21: WARNING: casting value returned by memory allocation function to (u8 *) is useless. This issue was detected by using the Coccinelle software. Signed-off-by: Christopher Diaz Riveros ---

RE: [PATCH] X86/UAPI: Use __u64 instead of u64 in hyperv.h

2018-02-20 Thread KY Srinivasan
> -Original Message- > From: KarimAllah Ahmed > Sent: Monday, February 19, 2018 11:40 PM > To: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; > x...@kernel.org > Cc: KarimAllah Ahmed ; KY Srinivasan > ; Haiyang

[PATCH-next] staging: rtl8188eu: Remove unneeded cast

2018-02-20 Thread Christopher Diaz Riveros
Fix Coccinelle alert: drivers/staging//rtl8188eu/os_dep/usb_intf.c:336:13-27: WARNING: casting value returned by memory allocation function to (struct adapter *) is useless. This issue was detected by using the Coccinelle software. Signed-off-by: Christopher Diaz Riveros

Re: [PATCH-next] staging: rtl8188eu: Remove unneeded cast

2018-02-20 Thread Larry Finger
On 02/20/2018 10:37 AM, Christopher Diaz Riveros wrote: Fix Coccinelle alert: drivers/staging//rtl8188eu/os_dep/usb_intf.c:336:13-27: WARNING: casting value returned by memory allocation function to (struct adapter *) is useless. This issue was detected by using the Coccinelle software.

Re"Hello,

2018-02-20 Thread Ms. Hu.
How are you and the family? I am Ms.chui, I am seeking your partnership in re-profiling some offshore investment funds. Please contact me on my private email at huic...@gmail.com for more information. Regards. Ms. chui. Email: huic...@gmail.com