summaryrefslogtreecommitdiff
path: root/cesar/interface/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/interface/interface.h')
-rw-r--r--cesar/interface/interface.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/cesar/interface/interface.h b/cesar/interface/interface.h
index e01e80ca88..1e06ad2700 100644
--- a/cesar/interface/interface.h
+++ b/cesar/interface/interface.h
@@ -10,7 +10,7 @@
/**
* \file interface/interface.h
* \brief Inteface module public functions.
- * \ingroup interface
+ * \ingroup interface
*
* The interface module allows the communication between Actors and
* the Data plane.
@@ -27,7 +27,7 @@
* and 1 buffer for fcall sub-module. */
#define INTERFACE_BUFFER_LIST_NUM_SLOTS 3
-/**
+/**
* Function to call when the interface receives a new MME.
* \param ctx the interface context
* \param mfs the mfs from the one the MF comes if it comes from the PWL.
@@ -49,7 +49,7 @@ typedef void
typedef void
(*interface_mme_buffer_add_cb_t) (void *user_data, u8 *buffer);
-/**
+/**
* Function to call when the interface receives a beacon.
* \param user_data the data registered by the actor in the init function.
* \param beacon the beacon freshly received.
@@ -58,7 +58,6 @@ typedef void
(*interface_beacon_add_cb_t) (void *user_data, pb_beacon_t *beacon);
-
/**
* Initialise the interface module.
* \param hle the hle context.