aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorModestas Stankus <stankus.modestas@gmail.com>2014-07-31 15:04:32 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-01 18:00:18 -0400
commit6f8eee65a3bfaa22a1bc902997d7603f9ef20cc0 (patch)
tree73270dbe8a093b137211c392afe76a3434a60d05
parent27fc26f99e63bcbe42176f08eaf590bff81a2e1c (diff)
staging: wlan-ng: fixing coding style problems
WARNING: Unnecessary space before function pointer arguments + int (*func) (struct mibrec *mib, WARNING: Missing a blank line after declarations + hfa384x_WPAData_t wpa; + if (isget) { Signed-off-by: Modestas Stankus <stankus.modestas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/wlan-ng/prism2mib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
index bdd3b4c442d2..f4717089a80c 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -85,7 +85,7 @@ struct mibrec {
85 u16 parm1; 85 u16 parm1;
86 u16 parm2; 86 u16 parm2;
87 u16 parm3; 87 u16 parm3;
88 int (*func) (struct mibrec *mib, 88 int (*func)(struct mibrec *mib,
89 int isget, 89 int isget,
90 wlandevice_t *wlandev, 90 wlandevice_t *wlandev,
91 hfa384x_t *hw, 91 hfa384x_t *hw,
@@ -722,6 +722,7 @@ static int prism2mib_priv(struct mibrec *mib,
722 switch (mib->did) { 722 switch (mib->did) {
723 case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{ 723 case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
724 hfa384x_WPAData_t wpa; 724 hfa384x_WPAData_t wpa;
725
725 if (isget) { 726 if (isget) {
726 hfa384x_drvr_getconfig(hw, 727 hfa384x_drvr_getconfig(hw,
727 HFA384x_RID_CNFWPADATA, 728 HFA384x_RID_CNFWPADATA,