[PATCH 1/4] Staging: vme: Remove excessive blank lines.

2016-11-01 Thread Anton Leshchenko
To make code more readable, remove excessive blank lines. Signed-off-by: Anton Leshchenko --- drivers/staging/vme/devices/vme_pio2.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/vme/devices/vme_pio2.h b/drivers/staging/vme/devices/vme_pio2.h index d5d94c4..0b280ae

[PATCH 3/4] Staging: vme: Add required identifier names.

2016-11-01 Thread Anton Leshchenko
Add identifier names for function definition arguments. Signed-off-by: Anton Leshchenko --- drivers/staging/vme/devices/vme_pio2.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/vme/devices/vme_pio2.h b/drivers/staging/vme/devices/vme_pio2.h index

[PATCH 2/4] Staging: vme: Use BIT macro for bit field definitions.

2016-11-01 Thread Anton Leshchenko
Instead of using shift operation use BIT macro for bit field definitions. Signed-off-by: Anton Leshchenko --- drivers/staging/vme/devices/vme_pio2.h | 102 - 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/drivers/staging/vme/devices/vme_pio2.h b

[PATCH 4/4] Staging: vme: Fix parenthesis alignment.

2016-11-01 Thread Anton Leshchenko
Align broken line for code readability. Signed-off-by: Anton Leshchenko --- drivers/staging/vme/devices/vme_pio2_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vme/devices/vme_pio2_core.c b/drivers/staging/vme/devices/vme_pio2_core.c index 8e66a52