The following commit has been merged in the next branch: commit 4bb16404e566b8dbd06be3de66c8494acf6fdf5b Author: Marek Lindner lindner_marek@yahoo.de Date: Thu May 10 12:54:03 2012 +0800
batman-adv: change comment style for David
Should be merged with bd83b4cfaeff6a78440b955598afccafad081dbe
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
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);