[PATCH 1/2] staging/asus_oled fixed alignment in defines

2013-06-05 Thread Matthias Schid
replaced spaces in incorrect alignment in defines with tabs Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/asus_oled

[PATCH 2/2] staging/asus_oled fixed linebreak style issue

2013-06-05 Thread Matthias Schid
fixed a linebreak within an error message string coding style issue reported by checkpatch.pl Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a

[PATCH 0/2] staging/asus_oled fixed style issues

2013-06-05 Thread Matthias Schid
fixed alignment issue and a linebreak issue reported by checkpatch.pl in asus_oled Matthias Schid (2): staging/asus_oled fixed alignment in defines staging/asus_oled fixed linebreak style issue drivers/staging/asus_oled/asus_oled.c |9 - 1 file changed, 4 insertions(+), 5

[PATCH 2/2] staging/asus_oled fixed linebreak and printk issue

2013-06-05 Thread Matthias Schid
fixed a linebreak within an error message string coding style issue reported by checkpatch.pl and dev_err format parameters Signed-off-by: Matthias Schid Signed-off-by: Stefan Huber Signed-off-by: Simon Puels --- drivers/staging/asus_oled/asus_oled.c |6 ++ 1 file changed, 2