[PATCH 2/4] sm750fb/sm750_hw.c: fixed whitespacing

2016-06-23 Thread wolzstefan
From: Stefan Wolz Deleted unnecessary newlines and added whitespaces around operators. Signed-off-by: Stefan Wolz Signed-off-by: Christian Halder Signed-off-by: Sebastian Handwerker --- drivers/staging/sm750fb/sm750_hw.c | 26 +- 1 file changed, 9 insertions(+), 17 de

[PATCH 1/4] sm750fb/sm750_hw.c: corrected alignment

2016-06-23 Thread wolzstefan
From: Stefan Wolz Fixed alignment in multiline declarations. Signed-off-by: Stefan Wolz Signed-off-by: Christian Halder Signed-off-by: Sebastian Handwerker --- drivers/staging/sm750fb/sm750_hw.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/staging

[PATCH 3/4] sm750fb/sm750_hw.c: fixed comments

2016-06-23 Thread wolzstefan
From: Stefan Wolz Fixed multiline comments to meet style standards, fixed typos and split comment lines over 80 characters. Signed-off-by: Stefan Wolz Signed-off-by: Christian Halder Signed-off-by: Sebastian Handwerker --- drivers/staging/sm750fb/sm750_hw.c | 48 +

[PATCH 4/4] sm750fb/sm750_hw.c: split assignment & long lines

2016-06-23 Thread wolzstefan
From: Stefan Wolz Split lines over 80 characters and separated assignments. Signed-off-by: Stefan Wolz Signed-off-by: Christian Halder Signed-off-by: Sebastian Handwerker --- drivers/staging/sm750fb/sm750_hw.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/

[PATCH] sm750fb/sm750_hw.c: fixed various style problems

2016-06-23 Thread wolzstefan
Hello, we made some style fixes for the file drivers/staging/sm750fb/sm750_hw. There are 4 patches included: Patch 1 corrects alignment of multiline statements, patch 2 deletes some newlines and adds whitespaces around operators, patch 3 fixes some typos and style problems in comments and patch 4