[PATCH] staging: netlogic: platform: Fix miscellaneous coding style issues

2015-09-14 Thread Martin Pietryka
This patch fixes all alignment issues, as well as a multiple assignment and multiple blank lines issues. Signed-off-by: Martin Pietryka --- drivers/staging/netlogic/platform_net.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/drivers/staging/netlogic/platf

Re: [PATCH] staging: netlogic: platform: Fix miscellaneous coding style issues

2015-09-14 Thread Sudip Mukherjee
On Mon, Sep 14, 2015 at 10:31:05PM +, Martin Pietryka wrote: > This patch fixes all alignment issues, as well as a multiple > assignment and multiple blank lines issues. These are too many things to be included in a single patch. Please break them into a series. One patch should do only one typ