[PATCH 2/2] staging: rtl8188eu: add spaces around operators in rtw_mlme_ext.c

2019-12-14 Thread Michael Straube
Add missing spaces around operators to improve readability and clear checkpatch issues. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 113 +- 1 file changed, 57 insertions(+), 56 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ml

[PATCH 1/2] staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.c

2019-12-14 Thread Michael Straube
Cleanup comparsions to NULL reported by checkpatch. if (x == NULL) -> if (!x) if (x != NULL) -> if (x) Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 38 +-- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/drivers/staging/rtl818

Re: [PATCH v1 6/7] staging: axis-fifo: add unspecified HAS_IOMEM dependency

2019-12-14 Thread Greg Kroah-Hartman
On Wed, Dec 11, 2019 at 11:27:41AM -0800, Brendan Higgins wrote: > Currently CONFIG_XIL_AXIS_FIFO=y implicitly depends on > CONFIG_HAS_IOMEM=y; consequently, on architectures without IOMEM we get > the following build error: > > ld: drivers/staging/axis-fifo/axis-fifo.o: in function `axis_fifo_pro

[GIT PULL] Staging / IIO driver fixes for 5.5-rc2

2019-12-14 Thread Greg KH
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.5-rc2 for you to fetch changes up to 4bcd9eae731083

[PATCH v2 01/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change parameter names of typedef definitions, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.h | 24 1 file changed, 12 insertions(+

[PATCH v2 02/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change name of prototyp function and function definition, according to coding style. Change prototyp function parameter names, according to coding style. Patch upholds compileability. Depencencies: ddk750_dvi.h ddk750_dvi.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Baue

[PATCH v2 04/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) di

[PATCH v2 03/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change struct member variable names, according to coding style. Patch upholds compileability. Depencencies: ddk750_dvi.h ddk750_dvi.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.c | 24

[PATCH v2 06/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of functions, their parameters and local variables, as well as one static variable. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_sii164.c | 66 - 1 fi

[PATCH v2 05/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of function prototypes and their parameters, according to coding style. Patch upholds compileability. Dependencies: ddk750_sii164.h ddk750_sii164.c ddk750_dvi.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf ---

[PATCH v2 09/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of enumeration variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c sm750_hw.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c|

[PATCH v2 07/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of macros, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_sii164.c | 48 - 1 file changed, 24 insertions(+), 24 deletions(-)

[PATCH v2 08/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change function prototype names, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c sm750_hw.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c| 12 +++

[PATCH v2 11/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750_hw.c sm750_accel_c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750

[PATCH v2 10/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c | 6 +++--- drivers/staging/

[PATCH v2 12/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c sm750_hw.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c

[PATCH v2 15/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c | 4 ++-- drivers/staging/sm

[PATCH v2 13/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c sm750_cursor.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c

[PATCH v2 16/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of prototype function parameters, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750_accel.h | 16 1 file changed, 8 insertions(+), 8 dele

[PATCH v2 14/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of struct member variables, according to coding style. Patch upholds compileability. Dependencies: sm750.h sm750.c sm750_hw.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c

[PATCH v2 18/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of local variables, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750_accel.c | 46 +-- 1 file changed, 23 insertions(+), 23 delet

[PATCH v2 21/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of function prototypes and function implementation, according to coding style. Patch upholds compileability. Dependencies: ddk750_mode.h ddk750_mode.c sm750_hw.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf ---

[PATCH v2 24/24] sm750fb: Fix Overlong Line Issues

2019-12-14 Thread Sven Leykauf
Fix issues of newly introduced overlong lines, due to name enlargement within the former two patches. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.c| 24 drivers/staging/sm750fb/ddk750_

[PATCH v2 17/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names functions and their parameters, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750_accel.c | 104 +- 1 file changed, 52 insertions(

[PATCH v2 19/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of function prototypes and function implementation, according to coding style. Patch upholds compileability. Dependencies: sm750_cursor.h sm750_cursor.c sm750.c Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- d

[PATCH v2 22/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of functions, their parameters and local variables, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_mode.c | 88 +-- 1 file cha

[PATCH v2 23/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of enumeration members and a function prototype parameter, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_power.h | 10 +- 1 file changed, 5

[PATCH v2 20/24] sm750fb: Fix Avoid CamelCase

2019-12-14 Thread Sven Leykauf
Change names of local variables, according to coding style. Patch upholds compileability. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/sm750.c | 24 1 file changed, 12 insertions(+), 12 deletions(-)

Re: [GIT PULL] Staging / IIO driver fixes for 5.5-rc2

2019-12-14 Thread pr-tracker-bot
The pull request you sent on Sat, 14 Dec 2019 16:27:48 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > tags/staging-5.5-rc2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/aff2a52507bfeb4d44d6a69f6f8d7ca3bcb9b50d Thank you! -- Deet-doot-d

[PATCH] staging: rtl8192e: rtllib_module: Fix memory leak in alloc_rtllib

2019-12-14 Thread Navid Emamdoost
In the implementation of alloc_rtllib() the allocated dev is leaked in case of ieee->pHTInfo allocation failure. Release via free_netdev(dev). Fixes: 6869a11bff1d ("Staging: rtl8192e: Use !x instead of x == NULL") Signed-off-by: Navid Emamdoost --- drivers/staging/rtl8192e/rtllib_module.c | 2 +-

[PATCH] staging: comedi: drivers: Fix memory leak in gsc_hpdi_auto_attach

2019-12-14 Thread Navid Emamdoost
In the implementation of gsc_hpdi_auto_attach(), the allocated dma description is leaks in case of alignment error, or failure of gsc_hpdi_setup_dma_descriptors() or comedi_alloc_subdevices(). Release devpriv->dma_desc via dma_free_coherent(). Signed-off-by: Navid Emamdoost --- drivers/staging/c