diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-04-18 09:47:57 +0200 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-04-18 09:53:57 +0200 |
commit | e88af9464f8ba6bec5a5213065ce8d98b2f2ac1a (patch) | |
tree | e601d23507d8b34ae272a8e681675a60f9493f63 /net | |
parent | 6d2003fc26e280001273d0b9dcc02b90f4536708 (diff) | |
download | linux-e88af9464f8ba6bec5a5213065ce8d98b2f2ac1a.tar.bz2 |
batman-adv: remove duplicated line in comment
Remove an accidentally added duplicated line in a function comment
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/batman-adv/bridge_loop_avoidance.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ -735,7 +735,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 * @ethhdr: pointer to the Ethernet header of the claim frame |