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
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
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