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
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
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 +
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/
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