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
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
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
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
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(+
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
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
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
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
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
---
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|
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(-)
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 +++
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
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/
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
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
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
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
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
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
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
---
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_
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(
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
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
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
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(-)
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
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 +-
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
31 matches
Mail list logo