summaryrefslogtreecommitdiff
path: root/interface/sniffer
diff options
context:
space:
mode:
Diffstat (limited to 'interface/sniffer')
-rw-r--r--interface/sniffer/sniffer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/sniffer/sniffer.h b/interface/sniffer/sniffer.h
index 3d957f2df7..568f7b505f 100644
--- a/interface/sniffer/sniffer.h
+++ b/interface/sniffer/sniffer.h
@@ -24,10 +24,10 @@
#include "mac/common/pb.h"
-/** Send a message to the interface. This message shall be send to the linux driver.
- * \param user_data  the data provided in the function registration
- * \param message  the message to send.
- * \param length  the message length
+/** Send a message to the interface. This message shall be send to the linux driver.
+ * \param user_data the data provided in the function registration
+ * \param message the message to send.
+ * \param length the message length
*/
typedef void (*interface_sniffer_send_message_cb_t) (void *user_data,
uint *message, uint length);