mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
Remove whitespaces from EXT_MP_IOCTL_HANDLER.
This commit is contained in:
parent
07931c07a0
commit
5f009d8fc2
1 changed files with 1 additions and 1 deletions
|
@ -334,6 +334,6 @@ s32 mp_ioctl_xmit_packet_hdl(struct oid_par_priv *poid_par_priv);
|
||||||
#define GEN_HANDLER(sz, hdl, oid) {sz, hdl, oid},
|
#define GEN_HANDLER(sz, hdl, oid) {sz, hdl, oid},
|
||||||
|
|
||||||
#define EXT_MP_IOCTL_HANDLER(sz, subcode, oid) \
|
#define EXT_MP_IOCTL_HANDLER(sz, subcode, oid) \
|
||||||
{sz, mp_ioctl_ ## subcode ## _hdl, oid},
|
{sz, mp_ioctl_##subcode##_hdl, oid},
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue