Re: [PATCH] Staging: fbtft: fix space errors

2015-03-02 Thread Andrey Skvortsov
at, I don't much care. > I just prefer intelligible over apparently random. If it is correct, then it would be better to replace these magic numbers with meaningful defines. -- Best regards, Andrey Skvortsov signature.asc Description: Digital signature ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v2] staging: lustre: obdclass: fix sparse warnings about static declaration

2014-07-24 Thread Andrey Skvortsov
Signed-off-by: Andrey Skvortsov --- changes since v1: removed from patch static declarations for functions obd_sysctl_init and obd_sysctl_clean to fix build issue. .../lustre/lustre/obdclass/linux/linux-sysctl.c| 24 ++-- 1 file changed, 12 insertions(+), 12

[PATCH] staging: lustre: obdclass: fix sparse warnings about static declaration

2014-07-23 Thread Andrey Skvortsov
Signed-off-by: Andrey Skvortsov --- .../lustre/lustre/obdclass/linux/linux-sysctl.c| 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre/obdclass/linux/linux

[PATCHv2 2/3] staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included headers

2014-06-19 Thread Andrey Skvortsov
From: Andrey Skvortsov Signed-off-by: Andrey Skvortsov --- drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre

[PATCHv2 1/3] staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue

2014-06-19 Thread Andrey Skvortsov
From: Andrey Skvortsov Signed-off-by: Andrey Skvortsov --- drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre

[PATCHv2 3/3] staging: lustre: obdclass: linux-sysctl.c: fix unnecessary spaces coding style issue

2014-06-19 Thread Andrey Skvortsov
From: Andrey Skvortsov Signed-off-by: Andrey Skvortsov --- drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre

[PATCHv2 1/3] staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue

2014-06-19 Thread Andrey Skvortsov
From: Andrey Skvortsov Signed-off-by: Andrey Skvortsov --- Changes since PATCHv1: I refreshed patch against the staging-next branch of the staging.git tree and added some other coding style fixes as separate patches. drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8

[PATCHv2 0/3] staging: lustre: obdclass: fixing coding style issues

2014-06-19 Thread Andrey Skvortsov
Changes since PATCHv1: I refreshed patch against the staging-next branch of the staging.git tree and added some other coding style fixes as separate patches. Andrey Skvortsov (3): staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue staging: lustre: obdclass: linux

[PATCH] staging: lustre: obdclass: linux-sysctl.c: fix pointer coding style issue

2014-06-12 Thread Andrey Skvortsov
Signed-off-by: Andrey Skvortsov --- drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre/obdclass/linux/linux