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>
This commit is contained in:
parent
27fc26f99e
commit
6f8eee65a3
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,7 @@ struct mibrec {
|
||||||
u16 parm1;
|
u16 parm1;
|
||||||
u16 parm2;
|
u16 parm2;
|
||||||
u16 parm3;
|
u16 parm3;
|
||||||
int (*func) (struct mibrec *mib,
|
int (*func)(struct mibrec *mib,
|
||||||
int isget,
|
int isget,
|
||||||
wlandevice_t *wlandev,
|
wlandevice_t *wlandev,
|
||||||
hfa384x_t *hw,
|
hfa384x_t *hw,
|
||||||
|
@ -722,6 +722,7 @@ static int prism2mib_priv(struct mibrec *mib,
|
||||||
switch (mib->did) {
|
switch (mib->did) {
|
||||||
case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
|
case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{
|
||||||
hfa384x_WPAData_t wpa;
|
hfa384x_WPAData_t wpa;
|
||||||
|
|
||||||
if (isget) {
|
if (isget) {
|
||||||
hfa384x_drvr_getconfig(hw,
|
hfa384x_drvr_getconfig(hw,
|
||||||
HFA384x_RID_CNFWPADATA,
|
HFA384x_RID_CNFWPADATA,
|
||||||
|
|
Loading…
Add table
Reference in a new issue