Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Modestas Stankus and committed by
Greg Kroah-Hartman
6f8eee65 27fc26f9

+2 -1
+2 -1
drivers/staging/wlan-ng/prism2mib.c
··· 85 85 u16 parm1; 86 86 u16 parm2; 87 87 u16 parm3; 88 - int (*func) (struct mibrec *mib, 88 + int (*func)(struct mibrec *mib, 89 89 int isget, 90 90 wlandevice_t *wlandev, 91 91 hfa384x_t *hw, ··· 722 722 switch (mib->did) { 723 723 case DIDmib_lnx_lnxConfigTable_lnxRSNAIE:{ 724 724 hfa384x_WPAData_t wpa; 725 + 725 726 if (isget) { 726 727 hfa384x_drvr_getconfig(hw, 727 728 HFA384x_RID_CNFWPADATA,