staging: wlan-ng: fix coding style (indentation) in prism2mib.c
Fix "CHECK: Alignment should match open parenthesis" reported by checkpatch.pl. Signed-off-by: Tim Collier <osdevtc@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
ac5e4875e6
Коммит
a37545e5e5
|
@ -87,10 +87,10 @@ struct mibrec {
|
||||||
u16 parm2;
|
u16 parm2;
|
||||||
u16 parm3;
|
u16 parm3;
|
||||||
int (*func)(struct mibrec *mib,
|
int (*func)(struct mibrec *mib,
|
||||||
int isget,
|
int isget,
|
||||||
struct wlandevice *wlandev,
|
struct wlandevice *wlandev,
|
||||||
struct hfa384x *hw,
|
struct hfa384x *hw,
|
||||||
struct p80211msg_dot11req_mibset *msg, void *data);
|
struct p80211msg_dot11req_mibset *msg, void *data);
|
||||||
};
|
};
|
||||||
|
|
||||||
static int prism2mib_bytearea2pstr(struct mibrec *mib,
|
static int prism2mib_bytearea2pstr(struct mibrec *mib,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче