diff --git a/core/net/rpl/rpl.h b/core/net/rpl/rpl.h index c3d693b26..54b63c875 100644 --- a/core/net/rpl/rpl.h +++ b/core/net/rpl/rpl.h @@ -179,7 +179,7 @@ typedef struct rpl_instance rpl_instance_t; * update_metric_container(dag) * * Updates the metric container for outgoing DIOs in a certain DAG. - * If the objective function of the DAG does not use metric containers, + * If the objective function of the DAG does not use metric containers, * the function should set the object type to RPL_DAG_MC_NONE. */ struct rpl_of { @@ -257,7 +257,7 @@ rpl_rank_t rpl_get_parent_rank(uip_lladdr_t *addr); uint16_t rpl_get_parent_link_metric(const uip_lladdr_t *addr); void rpl_dag_init(void); uip_ds6_nbr_t *rpl_get_nbr(rpl_parent_t *parent); -void rpl_print_neighbor_list(); +void rpl_print_neighbor_list(void); /* Per-parent RPL information */ NBR_TABLE_DECLARE(rpl_parents);