Should be merged with bd83b4cfaeff6a78440b955598afccafad081dbe
Signed-off-by: Marek Lindner lindner_marek@yahoo.de --- types.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/types.h b/types.h index 15f538a..6474324 100644 --- a/types.h +++ b/types.h @@ -399,7 +399,8 @@ struct bat_algo_ops { /* de-init routing info when hard-interface is disabled */ void (*bat_iface_disable)(struct hard_iface *hard_iface); /* (re-)init mac addresses of the protocol information - * belonging to this hard-interface */ + * belonging to this hard-interface + */ void (*bat_iface_update_mac)(struct hard_iface *hard_iface); /* called when primary interface is selected / changed */ void (*bat_primary_iface_set)(struct hard_iface *hard_iface);