[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

[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

[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 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

[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

[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

[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

[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

[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

[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 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 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

[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 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

[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 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 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

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

2019-12-14 Thread Sven Leykauf
Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.c | 20 ++-- drivers/staging/sm750fb/ddk750_dvi.h | 20 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_dvi.c b/drivers/staging/sm750fb

[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 2/3] sm750fb: Fix Avoid CamelCase

2019-12-08 Thread Sven Leykauf
Change names of variables and functions into proper names, according to coding style. Patch upholds compileability by considiering dependencies. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_mode.c | 86

[PATCH 3/3] sm750fb: Fix Overlong Line Issues

2019-12-08 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

[PATCH 1/3] sm750fb: Fix Avoid CamelCase

2019-12-08 Thread Sven Leykauf
Change names of variables and functions into proper names, according to coding style. Patch upholds compileability by considering dependencies. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/sm750fb/ddk750_dvi.c| 50

[PATCH 2/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Sven Leykauf
Fix indentation so that no line exceeds the 80 character border. Put the return command one line under the default case, so it looks better. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/pi433/rf69.c | 56

[PATCH 1/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Sven Leykauf
Fix indentation so that no line exceeds the 80 character border. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/pi433/rf69.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers