[PATCH v2] driver core: fix several coding style warnings

2015-03-09 Thread Ioana Antoche
Fix checkpatch.pl warnings such as: * missing blank line after declarations * line over 80 characters Signed-off-by: Ioana Antoche --- * undo changes related to "ERROR: that open brace { should be on the previous line". This is a checkpatch defect * fixed commit message as suggest

[PATCH v2] driver core: fix several coding style warnings

2015-03-08 Thread Ioana Antoche
Fix checkpatch.pl warnings such as: * missing blank line after declarations * line over 80 characters Signed-off-by: Ioana Antoche --- * fixed commit message as suggested by Greg. drivers/base/bus.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a

[PATCH] nits: fix several coding style warnings

2015-03-08 Thread Ioana Antoche
Fix checkpatch.pl warnings such as: * missing blank line after declarations * line over 80 characters Signed-off-by: Ioana Antoche --- drivers/base/bus.c | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/drivers/base/bus.c b/drivers/base/bus.c index