Remove whitespaces from EXT_MP_IOCTL_HANDLER.

This commit is contained in:
Álvaro Fernández Rojas 2013-09-06 18:22:45 +02:00
parent 07931c07a0
commit 5f009d8fc2

View file

@ -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