From: Antonio Quartulli Date: Wed, 18 Apr 2012 07:47:57 +0000 (+0200) Subject: batman-adv: remove duplicated line in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e88af9464f8ba6bec5a5213065ce8d98b2f2ac1a;p=linux-beck.git batman-adv: remove duplicated line in comment Remove an accidentally added duplicated line in a function comment Signed-off-by: Antonio Quartulli --- diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index 1cf18ac44ba9..c8642b586411 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -734,7 +734,6 @@ static int handle_claim(struct bat_priv *bat_priv, } /** - * @bat_priv: the bat priv with all the soft interface information * @bat_priv: the bat priv with all the soft interface information * @hw_src: the Hardware source in the ARP Header * @hw_dst: the Hardware destination in the ARP Header