[PATCH] Staging: wlan-ng: prism2sta: fixed indent coding style issues.

2018-04-26 Thread Efstratios Gavas
Fixed coding style issues. Signed-off-by: Efstratios Gavas --- drivers/staging/wlan-ng/prism2sta.c | 52 + 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c index

[PATCHv3] staging: wlan-ng: prism2sta: fixed indent coding style issues.

2018-04-27 Thread Efstratios Gavas
Fixed format/style issues found with checkpatch. No code changes. Corrected alignment of variables after open parenthesis and line breaks. Checkpatch now returns clean except for line over 80 char warnings. Signed-off-by: Efstratios Gavas --- v2(unlabled): changed title info v3: improved

[PATCH] [v4] staging: wlan-ng: prism2sta: fixed indent coding style issues.

2018-04-28 Thread Efstratios Gavas
Fixed format/style issues found with checkpatch. No code changes. Corrected alignment of variables after open parenthesis and line breaks. Checkpatch now returns clean except for "line over 80 char" warnings. Signed-off-by: Efstratios Gavas --- v2(unlabled): changed title info v3