[PATCH] Staging: android: modify memory allocation style in ion_cma_heap.c

2016-05-22 Thread Ben Marsh
Modify memory allocation style in ion_cma_heap.c in order to silence a checkpatch.pl warning Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_cma_heap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers

[PATCH] Staging: android: modify memory allocation style in ion_test.c

2016-04-24 Thread Ben Marsh
Modifies the memory allocation style ion_test.c in order to remove a checkpatch.pl warning Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_test.c b/drivers/staging/android

[PATCH] Staging: android: change memory allocation style in ion.c

2016-04-14 Thread Ben Marsh
Modify the memory allocation style in ion.c in order to silence a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion

[PATCH] Staging: rtl8723au: removes void pointer in rtw_security.c

2016-04-12 Thread Ben Marsh
Remove a void pointer in rtw_security.c Signed-off-by: Ben Marsh --- drivers/staging/rtl8723au/core/rtw_security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/core/rtw_security.c b/drivers/staging/rtl8723au/core/rtw_security.c index 038b57b

[PATCH] Staging: fsl-mc: remove an unnescessary cast on a void pointer

2016-04-09 Thread Ben Marsh
Remove an unnecessary cast on a void pointer in dprc-driver.c Signed-off-by: Ben Marsh --- drivers/staging/fsl-mc/bus/dprc-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fsl-mc/bus/dprc-driver.c b/drivers/staging/fsl-mc/bus/dprc-driver.c index

[PATCH] Staging: android: modify memory allocation style in ion_chunk_heap.c

2016-04-07 Thread Ben Marsh
Modify memory allocation style in order to silence a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_chunk_heap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion_chunk_heap.c b/drivers/staging/android

[PATCH] Staging: android: remove extra blank line

2016-04-02 Thread Ben Marsh
Remove an extra blank line found by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_dummy_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_dummy_driver.c b/drivers/staging/android/ion/ion_dummy_driver.c index 5678870

[PATCH] Staging: android: modify memory allocation style in ion_cma_heap.c

2016-04-02 Thread Ben Marsh
Modifies memory allocation style to silence checkpatch.pl warnings. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_cma_heap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers/staging/android/ion

[PATCH] Staging: android: change memory allocation style

2016-04-02 Thread Ben Marsh
Changes memory allocation style in order to silence a checkpatch.pl warning Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion/ion_test.c b/drivers/staging/android/ion/ion_test.c

[PATCH] Staging: android: align parenthesis in sync.c

2016-04-02 Thread Ben Marsh
Aligns parenthesis in order to silence checkpatch.pl warnings. Signed-off-by: Ben Marsh --- drivers/staging/android/sync.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 3a8f210..4a64bdd 100644

[PATCH] Staging: android: change memory allocation style in ion.c

2016-03-28 Thread Ben Marsh
Chnages memory allocation style in order to silence a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index

[PATCH] Staging: rmda: removes a void pointer

2016-03-25 Thread Ben Marsh
Removes a void pointer in user_sdma.c Signed-off-by: Ben Marsh --- drivers/staging/rdma/hfi1/user_sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c index 2f48419..d152126a 100644 --- a

[PATCH] Staging: gs_fpgaboot: remove blank line in io.c

2016-03-25 Thread Ben Marsh
Removes a blank line in order to silence a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/gs_fpgaboot/io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/io.c b/drivers/staging/gs_fpgaboot/io.c index 819db53..c939119 100644 --- a/drivers

[PATCH] Staging: wlan-ng: removes void pointer

2016-03-21 Thread Ben Marsh
Removes a void pointer in prism2mgmt.c Signed-off-by: Ben Marsh --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 013a624..d8ed9a0 100644 --- a/drivers

[PATCH] Staging: nvec: removes a useless cast on a void pointer

2016-03-15 Thread Ben Marsh
Remove an unnecessary cast on a void pointer in nvec_power.c Signed-off-by: Ben Marsh --- drivers/staging/nvec/nvec_power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/nvec/nvec_power.c b/drivers/staging/nvec/nvec_power.c index b4a0545..fcbb0fa

[PATCH] Staging: rtl8192u: remove extra blank lines.

2016-03-14 Thread Ben Marsh
This patch removes blank lines in r8192U_wx.c that were flagged by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/rtl8192u/r8192U_wx.c | 22 -- 1 file changed, 22 deletions(-) diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u

[PATCH] Staging: nvec: removes useless cast on a void pointer.

2016-03-13 Thread Ben Marsh
Patch to nvec.c to remove a useless cast on a void pointer. Signed-off-by: Ben Marsh --- drivers/staging/nvec/nvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c index c335ae2..52d1363 100644 --- a/drivers/staging

[PATCH] Staging: rtl8188eu: removes an unnecessary cast on a void pointer.

2016-03-12 Thread Ben Marsh
Patch to rtl8188e_rxdesc.c to remove an unnecessary cast on a void pointer. Signed-off-by: Ben Marsh --- drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c b/drivers/staging

[PATCH] Staging: xgifb: remove useless blank lines

2016-03-11 Thread Ben Marsh
This is a patch to XGI_main_26.c that removes useless blanklines as flagged by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/xgifb/XGI_main_26.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c index

[PATCH] Staging: rts5208: changes style of memory allocation in rtsx.c

2016-03-10 Thread Ben Marsh
This is a patch to rtsx.c that changes the style of memory allocation in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/rts5208/rtsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging

[PATCH] Staging: nvec: removes an unnecessary cast on a void pointer

2016-03-10 Thread Ben Marsh
Patch to nvec_ps2.c to remove an unnecessary cast on a void pointer. Signed-off-by: Ben Marsh --- drivers/staging/nvec/nvec_ps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/nvec/nvec_ps2.c b/drivers/staging/nvec/nvec_ps2.c index 0922dd3..a324322 100644

[PATCH] Staging: comedi: removes unnecessary cast on void pointers.

2016-03-10 Thread Ben Marsh
This is a patch to s626.c that removes several unnecessary cast on null pointers. Signed-off-by: Ben Marsh --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/comedi/drivers/s626.c b/drivers/staging/comedi

[PATCH] Staging: netlogic: removes an unnecessary cast on a void pointer.

2016-03-04 Thread Ben Marsh
This patch removes an unnecessary cast on a void pointer in xlr_net.c Signed-off-by: Ben Marsh --- drivers/staging/netlogic/xlr_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr_net.c index 0015847

[PATCH] Staging: vt6655: remove unnecessary blank lines from card.c

2016-03-01 Thread Ben Marsh
This a patch to card.c to remove unnecessary blank lines in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/vt6655/card.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c index 6c1b973

[PATCH] Staging: slicoss: changes comparisons to NULL in slicoss.c

2016-03-01 Thread Ben Marsh
This is a patch to slicoss.c to change the style of NULL comparisons in order to remove checkpatch.pl warnings. Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers

[PATCH] Staging: slicoss: removes unnecessary blank lines in slicoss.c

2016-03-01 Thread Ben Marsh
This is a patch to slicoss.c to remove unnecessary blank lines as found by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss/slicoss.c index 275ac63

[PATCH] Staging: slicoss: change memory allocation style in slicoss.c

2016-03-01 Thread Ben Marsh
This is a patch to slicoss.c to change the memory allocation style in slicoss.c as found by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging

[PATCH] Staging: slicoss: changes the style of memory allocation in slicoss.c

2016-03-01 Thread Ben Marsh
This is a patch to slicoss.c to change the memory allocation style as identified by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss

[PATCH] Staging: slicoss: changes memory allocation style in slicoss.c

2016-02-29 Thread Ben Marsh
This is a patch to slicoss.c that changes the memory allocation style as identified by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss

[PATCH] Staging: slicoss: memory allocation style change in slicoss.c

2016-02-29 Thread Ben Marsh
This is a patch to slicoss.c to change the memory allocation style as identified by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss

[PATCH] Staging: slicoss: change memory allocation style in slicoss.c

2016-02-29 Thread Ben Marsh
This is a patch to slicoss.c to change the memory allocation style as identified by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging/slicoss

[PATCH] Staging: slicoss: change memory allocation style in slicoss.c

2016-02-29 Thread Ben Marsh
This is a patch to slicoss.c to change the memory allocation style in slicoss.c as found by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/slicoss/slicoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/slicoss/slicoss.c b/drivers/staging

[PATCH] Staging: android: change memory allocation style in ion_carveout_heap.c

2016-02-24 Thread Ben Marsh
This is a patch for ion_carveout_heap.c that changes the memory allocation style in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_carveout_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android

[PATCH] Staging: Android: align code with open parenthesis in ion_carveout_heap.c

2016-02-24 Thread Ben Marsh
This is a patch to ion_carveout_heap.c that alligns code with open parenthesis to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_carveout_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion

[PATCH] Staging: Android: change memory allocation style in ion_carveout_heap.c

2016-02-24 Thread Ben Marsh
This is a patch to ion_carveout_heap.c to change the memory allocation style in order to remove a checkpatch.pl warning. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_carveout_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ion

[PATCH] Staging: Octeon: change types to kernel types in ethernet-tx.c

2016-02-17 Thread Ben Marsh
This is a patch to ethernet-tx.c that changes int32_t variable types to s32 kernel types to fix warnings by checkpatch.pl Signed-off-by: Ben Marsh --- drivers/staging/octeon/ethernet-tx.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/octeon

[PATCH] Staging: Android: memory allocation style change in ion_page_pool.c

2016-02-01 Thread Ben Marsh
This is a patch to ion_page_pool.c that changes a memory allocation style issue as found by checkpatch.pl. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_page_pool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion_page_pool.c

[PATCH] Staging: Android: fixes a memory allocation issue in ion_page_pool.c

2016-02-01 Thread Ben Marsh
This is a patch to the ion_page_pool.c file that fixes a memory allocation warning foudn by checkpatch.pl. Signed-off-by: Ben Marsh --- drivers/staging/android/ion/ion_page_pool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion_page_pool.c

[PATCH] Staging: gs_fpgaboot: fix data types in gs_fpgaboot.c

2016-02-01 Thread Ben Marsh
This is a patch to gs_fpgaboot.c to convert data types to kernel types as identified by checkpatch.pl. Signed-off-by: Ben Marsh --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b

[PATCH] Staging: gs_fpgaboot: fix memory allocation in gs_fpgaboot.c

2016-02-01 Thread Ben Marsh
This is a patch for gs_fpgaboot.c that fixes a memory allocation problem identified by checkpatch.pl. Signed-off-by: Ben Marsh --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers

[PATCH] Staging: gs_fpgaboot: fixed coding style issues in gs_fpgaboot.c

2016-01-31 Thread Ben Marsh
Signed-off-by: Ben Marsh --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.c b/drivers/staging/gs_fpgaboot/gs_fpgaboot.c index a3a10f9..f29a75d 100644 --- a/drivers/staging